- Timestamp:
- 09/18/2020 01:22:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyProcessPersonalDataExportPage.php
r48330 r48996 257 257 */ 258 258 private function _setup_expected_failure( $expected_output ) { 259 $this-> setExpectedException( 'WPDieException' );259 $this->expectException( 'WPDieException' ); 260 260 $this->expectOutputString( $expected_output ); 261 261 }
Note: See TracChangeset
for help on using the changeset viewer.