Changeset 39173 for trunk/tests/phpunit/tests/admin/includesUpdateCore.php
- Timestamp:
- 11/08/2016 11:49:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesUpdateCore.php
r36885 r39173 30 30 */ 31 31 public function test_new_files_are_not_in_old_files_array_compiled( $file ) { 32 $this->assertF alse( file_exists( dirname( ABSPATH ) . '/build/' . $file ));32 $this->assertFileNotExists( dirname( ABSPATH ) . '/build/' . $file ); 33 33 } 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.