Skip to content

Commit

Permalink
fixup! Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 23, 2024
1 parent ff53771 commit 1ca777e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/phpunit/tests/blocks/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function test_removes_block_asset_path_prefix_and_current_directory() {

/**
* @ticket 50263
* @ticket 60233
*/
public function test_generate_block_asset_handle() {
$block_name = 'unit-tests/my-block';
Expand Down Expand Up @@ -172,6 +173,7 @@ public function test_generate_block_asset_handle() {

/**
* @ticket 50328
* @ticket 60233
*/
public function test_generate_block_asset_handle_core_block() {
$block_name = 'core/paragraph';
Expand Down Expand Up @@ -751,6 +753,7 @@ public function data_register_block_registers_with_args_override_returns_false_w
* @ticket 50328
* @ticket 57585
* @ticket 59797
* @ticket 60233
*/
public function test_block_registers_with_metadata_fixture() {
$result = register_block_type_from_metadata(
Expand Down

0 comments on commit 1ca777e

Please sign in to comment.