Changeset 51462 for trunk/tests/phpunit/tests/general/wpResourceHints.php
- Timestamp:
- 07/19/2021 02:00:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/wpResourceHints.php
r50463 r51462 196 196 197 197 $this->assertSame( $expected, $actual ); 198 $this->assert NotContains( $unexpected, $actual );198 $this->assertStringNotContainsString( $unexpected, $actual ); 199 199 } 200 200
Note: See TracChangeset
for help on using the changeset viewer.