Changeset 39919 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 01/17/2017 03:39:36 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r39396 r39919 1176 1176 // Test to confirm all sources in the array include the same edit hash. 1177 1177 foreach ( $sizes as $size ) { 1178 $this->assert True( false !==strpos( $size, $hash ) );1178 $this->assertNotFalse( strpos( $size, $hash ) ); 1179 1179 } 1180 1180 }
Note: See TracChangeset
for help on using the changeset viewer.