wordpress-develop/tests/phpunit/tests/privacy
Sergey Biryukov c59af567e5 Tests: Require the zip PHP extension in block templates export file test.
This avoids a test failure if the `ZipArchive` class is missing.

Additionally, this commit replaces an inline check for the `ZipArchive` class in personal data export file tests with a `@requires` annotation, for consistency with similar PHP extension requirements in other tests.

Follow-up to [44786], [51415], [52286].

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@53454 602fd350-edb4-49c9-b593-d223f7449a82
2022-06-01 14:16:39 +00:00
..
wpCreateUserRequest.php Tests: Rename classes in phpunit/tests/privacy/ per the naming conventions. 2021-05-24 13:37:56 +00:00
wpPrivacyCompletedRequest.php Tests: Rename classes in phpunit/tests/privacy/ per the naming conventions. 2021-05-24 13:37:56 +00:00
wpPrivacyDeleteOldExportFiles.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00
wpPrivacyGeneratePersonalDataExportFile.php Tests: Require the zip PHP extension in block templates export file test. 2022-06-01 14:16:39 +00:00
wpPrivacyGeneratePersonalDataExportGroupHtml.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
wpPrivacyProcessPersonalDataExportPage.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00
wpPrivacySendErasureFulfillmentNotification.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00
wpPrivacySendPersonalDataExportEmail.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00
wpPrivacySendRequestConfirmationNotification.php Build/Test Tools: Implement use of the void solution. 2021-08-07 10:29:41 +00:00