Changeset 51564 for trunk/tests/phpunit/tests/link/themeFile.php
- Timestamp:
- 08/06/2021 09:45:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/themeFile.php
r50454 r51564 122 122 $this->assertFileExists( WP_CONTENT_DIR . "/themes/theme-file-child/{$file}" ); 123 123 } else { 124 $this->assertFile NotExists( WP_CONTENT_DIR . "/themes/theme-file-child/{$file}" );124 $this->assertFileDoesNotExist( WP_CONTENT_DIR . "/themes/theme-file-child/{$file}" ); 125 125 } 126 126 … … 128 128 $this->assertFileExists( WP_CONTENT_DIR . "/themes/theme-file-parent/{$file}" ); 129 129 } else { 130 $this->assertFile NotExists( WP_CONTENT_DIR . "/themes/theme-file-parent/{$file}" );130 $this->assertFileDoesNotExist( WP_CONTENT_DIR . "/themes/theme-file-parent/{$file}" ); 131 131 } 132 132
Note: See TracChangeset
for help on using the changeset viewer.