Changeset 51564 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 08/06/2021 09:45:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r51537 r51564 174 174 $this->assertFileExists( $testdir . 'test-image.png', 'Test image does not exist' ); 175 175 $this->assertSame( 'test-image-1.png', wp_unique_filename( $testdir, 'test-image.png' ), 'Number not appended correctly' ); 176 $this->assertFile NotExists( $testdir . 'test-image-1.png' );176 $this->assertFileDoesNotExist( $testdir . 'test-image-1.png' ); 177 177 178 178 // Check special chars.
Note: See TracChangeset
for help on using the changeset viewer.