- Timestamp:
- 02/14/2023 04:10:13 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r53948 r55337 1 1 <?php 2 2 /** 3 * Define a class to test `wp_privacy_generate_personal_data_export_file()`.3 * Test cases for the `wp_privacy_generate_personal_data_export_file()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 5.2.0 8 */9 10 /**11 * Test cases for `wp_privacy_generate_personal_data_export_file()`.12 8 * 13 9 * @group privacy 14 10 * @covers ::wp_privacy_generate_personal_data_export_file 15 11 * @requires extension zip 16 *17 * @since 5.2.018 12 */ 19 13 class Tests_Privacy_wpPrivacyGeneratePersonalDataExportFile extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.