Changeset 48997 for trunk/tests/phpunit/tests/ajax/DimComment.php
- Timestamp:
- 09/18/2020 01:48:27 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/DimComment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DimComment.php
r48937 r48997 131 131 132 132 // Make the request. 133 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 133 $this->expectException( 'WPAjaxDieStopException' ); 134 $this->expectExceptionMessage( '-1' ); 134 135 $this->_handleAjax( 'dim-comment' ); 135 136 } … … 159 160 160 161 // Make the request. 161 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 162 $this->expectException( 'WPAjaxDieStopException' ); 163 $this->expectExceptionMessage( '-1' ); 162 164 $this->_handleAjax( 'dim-comment' ); 163 165 }
Note: See TracChangeset
for help on using the changeset viewer.