Changeset 37199 for trunk/tests/phpunit/includes/testcase-ajax.php
- Timestamp:
- 04/14/2016 02:28:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r35311 r37199 176 176 * Mimic the ajax handling of admin-ajax.php 177 177 * Capture the output via output buffering, and if there is any, store 178 * it in $this->_last_ message.178 * it in $this->_last_response. 179 179 * @param string $action 180 180 */ 181 protected function _handleAjax( $action) {181 protected function _handleAjax( $action ) { 182 182 183 183 // Start output buffering
Note: See TracChangeset
for help on using the changeset viewer.