- Timestamp:
- 06/01/2022 02:16:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r51568 r53454 13 13 * @group privacy 14 14 * @covers ::wp_privacy_generate_personal_data_export_file 15 * @requires extension zip 15 16 * 16 17 * @since 5.2.0 … … 68 69 69 70 $this->export_file_name = ''; 70 71 if ( ! class_exists( 'ZipArchive' ) ) {72 $this->markTestSkipped( 'The ZipArchive class is missing.' );73 }74 71 75 72 if ( ! $this->remove_exports_dir() ) {
Note: See TracChangeset
for help on using the changeset viewer.