- Timestamp:
- 09/18/2020 01:48:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/PrivacyExportPersonalData.php
r47122 r48997 293 293 */ 294 294 public function test_failure_with_invalid_nonce() { 295 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 295 $this->expectException( 'WPAjaxDieStopException' ); 296 $this->expectExceptionMessage( '-1' ); 296 297 297 298 $this->_make_ajax_call(
Note: See TracChangeset
for help on using the changeset viewer.