Make WordPress Core


Ignore:
Timestamp:
11/08/2016 11:49:11 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Utilise assertFileExists() and assertFileNotExists() in more places.

See #38716

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesUpdateCore.php

    r36885 r39173  
    3030     */
    3131    public function test_new_files_are_not_in_old_files_array_compiled( $file ) {
    32         $this->assertFalse( file_exists( dirname( ABSPATH ) . '/build/' . $file ) );
     32        $this->assertFileNotExists( dirname( ABSPATH ) . '/build/' . $file );
    3333    }
    3434}
Note: See TracChangeset for help on using the changeset viewer.