Changeset 41119
- Timestamp:
- 07/23/2017 12:01:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r40872 r41119 24 24 25 25 /** 26 * List of ajax actions called via POST26 * List of ajax actions called via GET 27 27 * @var array 28 28 */ … … 39 39 40 40 /** 41 * List of ajax actions called via GET41 * List of ajax actions called via POST 42 42 * @var array 43 43 */ … … 80 80 /** 81 81 * Set up the test fixture. 82 * Override wp_die(), pretend to be ajax, and suppres E_WARNINGs82 * Override wp_die(), pretend to be ajax, and suppress E_WARNINGs 83 83 */ 84 84 public function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.