- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r50150 r50450 89 89 90 90 public function tearDown() { 91 parent::tearDown();92 93 91 if ( file_exists( $this->test_file ) ) { 94 92 unlink( $this->test_file ); … … 108 106 WP_Image_Editor_Mock::$size_return = null; 109 107 } 108 109 parent::tearDown(); 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.