Changeset 53718 for trunk/tests/phpunit/tests/blocks/register.php
- Timestamp:
- 07/19/2022 01:22:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r53268 r53718 382 382 $this->assertSame( 'Notice', $result->title ); 383 383 $this->assertSame( 'common', $result->category ); 384 $this->assertSameSets( array( 'core/group' ), $result->parent ); 384 $this->assertSameSets( array( 'tests/group' ), $result->parent ); 385 $this->assertSameSets( array( 'tests/section' ), $result->ancestor ); 385 386 $this->assertSame( 'star', $result->icon ); 386 387 $this->assertSame( 'Shows warning, error or success notices…', $result->description );
Note: See TracChangeset
for help on using the changeset viewer.