- Timestamp:
- 08/06/2021 09:45:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php
r51563 r51564 845 845 $this->assertTrue( $response->get_data()['deleted'] ); 846 846 $this->assertSame( self::PLUGIN, $response->get_data()['previous']['plugin'] ); 847 $this->assertFile NotExists( WP_PLUGIN_DIR . '/' . self::PLUGIN_FILE );847 $this->assertFileDoesNotExist( WP_PLUGIN_DIR . '/' . self::PLUGIN_FILE ); 848 848 } 849 849
Note: See TracChangeset
for help on using the changeset viewer.