Changeset 42051 for branches/4.8
- Timestamp:
- 10/31/2017 06:01:04 AM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/ajax/Compression.php (modified) (1 diff)
-
tests/phpunit/tests/ajax/TagSearch.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/tests/phpunit/tests/ajax/Compression.php
r40544 r42051 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.8/tests/phpunit/tests/ajax/TagSearch.php
r38398 r42051 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.