Changeset 56746 for trunk/tests/phpunit/tests/blocks/getBlockTemplates.php
- Timestamp:
- 09/29/2023 03:22:12 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/getBlockTemplates.php
r56559 r56746 162 162 163 163 $block_template_ids = wp_list_pluck( $block_templates, 'id' ); 164 $this->assert Same( count( array_unique( $block_template_ids ) ), count( $block_template_ids ), $error_message );164 $this->assertCount( count( array_unique( $block_template_ids ) ), $block_template_ids, $error_message ); 165 165 } 166 166
Note: See TracChangeset
for help on using the changeset viewer.