- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r50969 r51568 64 64 * @since 5.2.0 65 65 */ 66 public function set Up() {67 parent::set Up();66 public function set_up() { 67 parent::set_up(); 68 68 69 69 $this->export_file_name = ''; … … 94 94 * @since 5.2.0 95 95 */ 96 public function tear Down() {96 public function tear_down() { 97 97 $this->remove_exports_dir(); 98 98 error_reporting( $this->_error_level ); 99 parent::tear Down();99 parent::tear_down(); 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.