Changeset 50633
- Timestamp:
- 04/01/2021 08:39:56 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php
r50450 r50633 87 87 $this->rmdir( WP_PLUGIN_DIR . '/test-plugin' ); 88 88 } 89 if ( file_exists( DIR_TESTDATA . '/link-manager.zip' ) ) { 90 unlink( DIR_TESTDATA . '/link-manager.zip' ); 91 } 89 92 90 93 parent::tearDown();
Note: See TracChangeset
for help on using the changeset viewer.