Changeset 40388 for branches/4.7/tests/phpunit/tests/media.php
- Timestamp:
- 04/06/2017 06:19:02 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/tests/media.php
r40071 r40388 1259 1259 // Test to confirm all sources in the array include the same edit hash. 1260 1260 foreach ( $sizes as $size ) { 1261 $this->assert True( false !==strpos( $size, $hash ) );1261 $this->assertNotFalse( strpos( $size, $hash ) ); 1262 1262 } 1263 1263 }
Note: See TracChangeset
for help on using the changeset viewer.