- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r50969 r51568 192 192 * @since 5.2.0 193 193 */ 194 public function set Up() {195 parent::set Up();194 public function set_up() { 195 parent::set_up(); 196 196 197 197 // Avoid writing export files to disk. Using `WP_Filesystem_MockFS` is blocked by #44204. … … 219 219 * @since 5.2.0 220 220 */ 221 public function tear Down() {221 public function tear_down() { 222 222 error_reporting( $this->_error_level ); 223 223 224 parent::tear Down();224 parent::tear_down(); 225 225 } 226 226
Note: See TracChangeset
for help on using the changeset viewer.