Changeset 39173 for trunk/tests/phpunit/tests/ajax/MediaEdit.php
- Timestamp:
- 11/08/2016 11:49:11 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/MediaEdit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/MediaEdit.php
r38113 r39173 95 95 96 96 foreach ( $files_that_shouldnt_exist as $file ) { 97 $this->assertF alse( file_exists( $file ), 'IMAGE_EDIT_OVERWRITE is leaving garbage image files behind.' );97 $this->assertFileNotExists( $file, 'IMAGE_EDIT_OVERWRITE is leaving garbage image files behind.' ); 98 98 } 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.