mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +00:00
Build/Test Tools: Utilise assertFileExists() and assertFileNotExists() in more places.
See #38716 git-svn-id: https://develop.svn.wordpress.org/trunk@39173 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -29,6 +29,6 @@ class Tests_Admin_IncludesUpdateCore extends WP_UnitTestCase {
|
||||
* @param string $file File name.
|
||||
*/
|
||||
public function test_new_files_are_not_in_old_files_array_compiled( $file ) {
|
||||
$this->assertFalse( file_exists( dirname( ABSPATH ) . '/build/' . $file ) );
|
||||
$this->assertFileNotExists( dirname( ABSPATH ) . '/build/' . $file );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user