Changeset 53454
- Timestamp:
- 06/01/2022 02:16:39 PM (3 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template-utils.php
r53129 r53454 349 349 * 350 350 * @ticket 54448 351 * @requires extension zip 351 352 */ 352 353 function test_wp_generate_block_templates_export_file() { -
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.