Changeset 41870
- Timestamp:
- 10/16/2017 04:05:29 AM (7 years ago)
- Location:
- trunk/tests/phpunit/tests/ajax
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Compression.php
r40544 r41870 26 26 27 27 // Make the request 28 $this->setExpectedException( 'WPAjaxDieStopException', ' 0' );28 $this->setExpectedException( 'WPAjaxDieStopException', '-1' ); 29 29 $this->_handleAjax( 'wp-compression-test' ); 30 30 } -
trunk/tests/phpunit/tests/ajax/TagSearch.php
r38398 r41870 69 69 // Make the request 70 70 // No output, so we get a stop exception 71 $this->setExpectedException( 'WPAjaxDieStopException', ' 0' );71 $this->setExpectedException( 'WPAjaxDieStopException', '' ); 72 72 $this->_handleAjax( 'ajax-tag-search' ); 73 73 }
Note: See TracChangeset
for help on using the changeset viewer.