- Timestamp:
- 01/17/2021 05:48:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r49603 r49971 368 368 369 369 // Process data, given the last exporter, on the last page and send as email. 370 $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging user privacy exporter data."}' );370 $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging personal data to export."}' ); 371 371 372 372 wp_privacy_process_personal_data_export_page( … … 400 400 401 401 // Process data, given the last exporter, on the last page and send as email. 402 $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging user privacy exporter data."}' );402 $this->_setup_expected_failure( '{"success":false,"data":"Invalid request ID when merging personal data to export."}' ); 403 403 404 404 wp_privacy_process_personal_data_export_page(
Note: See TracChangeset
for help on using the changeset viewer.