Changeset 51367 for trunk/tests/phpunit/tests/blocks/block-list.php
- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/block-list.php
r50450 r51367 107 107 $blocks = new WP_Block_List( $parsed_blocks, $context, $this->registry ); 108 108 109 $this->assert Same( 1, count( $blocks ));109 $this->assertCount( 1, $blocks ); 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.