Changeset 55468 for trunk/tests/phpunit/tests/theme/wpThemeJson.php
- Timestamp:
- 03/06/2023 05:44:15 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php
r55345 r55468 4709 4709 $reflection->setAccessible( true ); 4710 4710 4711 $this->assert Equals( $expected, $reflection->invoke( $theme_json, $input['css'], $input['selector'] ) );4711 $this->assertSame( $expected, $reflection->invoke( $theme_json, $input['css'], $input['selector'] ) ); 4712 4712 } 4713 4713
Note: See TracChangeset
for help on using the changeset viewer.