Changeset 25438 for trunk/tests/phpunit/includes/testcase-ajax.php
- Timestamp:
- 09/14/2013 06:35:43 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r25432 r25438 132 132 133 133 if ( '' === $this->_last_response ) { 134 if ( is_scalar( $message ) ) {134 if ( is_scalar( $message ) ) { 135 135 throw new WPAjaxDieStopException( (string) $message ); 136 136 } else {
Note: See TracChangeset
for help on using the changeset viewer.