Ticket #36522: 36522.diff
File 36522.diff, 459 bytes (added by , 9 years ago) |
---|
-
testcase-ajax.php
175 175 /** 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 181 protected function _handleAjax($action) {