- Timestamp:
- 02/27/2021 05:08:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php
r49951 r50450 84 84 85 85 public function tearDown() { 86 parent::tearDown();87 88 86 if ( file_exists( WP_PLUGIN_DIR . '/test-plugin/test-plugin.php' ) ) { 89 87 $this->rmdir( WP_PLUGIN_DIR . '/test-plugin' ); 90 88 } 89 90 parent::tearDown(); 91 91 } 92 92
Note: See TracChangeset
for help on using the changeset viewer.