Changeset 51564 for trunk/tests/phpunit/tests/ajax/MediaEdit.php
- Timestamp:
- 08/06/2021 09:45:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/MediaEdit.php
r51415 r51564 97 97 98 98 foreach ( $files_that_shouldnt_exist as $file ) { 99 $this->assertFile NotExists( $file, 'IMAGE_EDIT_OVERWRITE is leaving garbage image files behind.' );99 $this->assertFileDoesNotExist( $file, 'IMAGE_EDIT_OVERWRITE is leaving garbage image files behind.' ); 100 100 } 101 101 }
Note: See TracChangeset
for help on using the changeset viewer.