Changeset 58181 for trunk/tests/phpunit/tests/block-supports/layout.php
- Timestamp:
- 05/21/2024 10:31:51 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/layout.php
r58170 r58181 11 11 * @covers ::wp_restore_image_outer_container 12 12 */ 13 class Test _Block_Supports_Layout extends WP_UnitTestCase {13 class Tests_Block_Supports_Layout extends WP_UnitTestCase { 14 14 15 15 /** … … 311 311 public function test_restore_group_inner_container( $args, $expected_output ) { 312 312 $actual_output = wp_restore_group_inner_container( $args['block_content'], $args['block'] ); 313 $this->assert Equals( $expected_output, $actual_output );313 $this->assertSame( $expected_output, $actual_output ); 314 314 } 315 315
Note: See TracChangeset
for help on using the changeset viewer.