Changeset 55673 for trunk/tests/phpunit/tests/blocks/register.php
- Timestamp:
- 04/21/2023 10:41:58 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r55486 r55673 484 484 * @ticket 50263 485 485 * @ticket 50328 486 * @ticket 57585 486 487 */ 487 488 public function test_block_registers_with_metadata_fixture() { … … 516 517 ); 517 518 $this->assertSameSets( array( 'groupId' ), $result->uses_context ); 519 // @ticket 57585 520 $this->assertSame( 521 array( 'root' => '.wp-block-notice' ), 522 $result->selectors, 523 'Block type should contain selectors from metadata.' 524 ); 518 525 $this->assertSame( 519 526 array(
Note: See TracChangeset
for help on using the changeset viewer.