- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r51462 r51568 70 70 } 71 71 72 public function set Up() {73 parent::set Up();72 public function set_up() { 73 parent::set_up(); 74 74 75 75 // Add an uploader role to test upload capabilities. … … 88 88 } 89 89 90 public function tear Down() {90 public function tear_down() { 91 91 if ( file_exists( $this->test_file ) ) { 92 92 unlink( $this->test_file ); … … 104 104 } 105 105 106 parent::tear Down();106 parent::tear_down(); 107 107 } 108 108
Note: See TracChangeset
for help on using the changeset viewer.