Changeset 51564 for trunk/tests/phpunit/tests/admin/includesPlugin.php
- Timestamp:
- 08/06/2021 09:45:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPlugin.php
r51419 r51564 404 404 */ 405 405 public function test_get_mu_plugins_when_mu_plugins_directory_does_not_exist() { 406 $this->assertFile NotExists( WPMU_PLUGIN_DIR );406 $this->assertFileDoesNotExist( WPMU_PLUGIN_DIR ); 407 407 $this->assertSame( array(), get_mu_plugins() ); 408 408 }
Note: See TracChangeset
for help on using the changeset viewer.