mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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 |
||
|---|---|---|
| .. | ||
| wpCreateUserRequest.php | ||
| wpPrivacyCompletedRequest.php | ||
| wpPrivacyDeleteOldExportFiles.php | ||
| wpPrivacyGeneratePersonalDataExportFile.php | ||
| wpPrivacyGeneratePersonalDataExportGroupHtml.php | ||
| wpPrivacyProcessPersonalDataExportPage.php | ||
| wpPrivacySendErasureFulfillmentNotification.php | ||
| wpPrivacySendPersonalDataExportEmail.php | ||
| wpPrivacySendRequestConfirmationNotification.php | ||