Changeset 42055
- Timestamp:
- 10/31/2017 09:13:09 AM (7 years ago)
- Location:
- branches/4.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/tests/phpunit/tests/ajax/Compression.php
r37151 r42055 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 } -
branches/4.4/tests/phpunit/tests/ajax/TagSearch.php
r35311 r42055 75 75 // Make the request 76 76 // No output, so we get a stop exception 77 $this->setExpectedException( 'WPAjaxDieStopException', ' 0' );77 $this->setExpectedException( 'WPAjaxDieStopException', '' ); 78 78 $this->_handleAjax( 'ajax-tag-search' ); 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.