Changeset 42051 for branches/4.8/tests/phpunit/tests/ajax/Compression.php
- Timestamp:
- 10/31/2017 06:01:04 AM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/ajax/Compression.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 }
Note: See TracChangeset
for help on using the changeset viewer.