Changeset 51462 for trunk/tests/phpunit/tests/oembed/WpEmbed.php
- Timestamp:
- 07/19/2021 02:00:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/WpEmbed.php
r50448 r51462 55 55 unset( $GLOBALS['message'] ); 56 56 57 $this->assert Contains( $url, $actual );57 $this->assertStringContainsString( $url, $actual ); 58 58 } 59 59
Note: See TracChangeset
for help on using the changeset viewer.