Changeset 54132 for trunk/tests/phpunit/tests/blocks/register.php
- Timestamp:
- 09/12/2022 01:12:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r53858 r54132 390 390 array( 391 391 'message' => array( 392 'type' => 'string', 393 'source' => 'html', 394 'selector' => '.message', 392 'type' => 'string', 395 393 ), 396 394 'lock' => array( 'type' => 'object' ), … … 456 454 wp_normalize_path( wp_styles()->get_data( 'unit-tests-test-block-style', 'path' ) ) 457 455 ); 456 457 // @ticket 53148 458 $this->assertIsCallable( $result->render_callback ); 458 459 } 459 460
Note: See TracChangeset
for help on using the changeset viewer.