Changeset 38168 for trunk/tests/phpunit/includes/testcase-ajax.php
- Timestamp:
- 07/27/2016 05:42:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r37288 r38168 19 19 /** 20 20 * Last AJAX response. This is set via echo -or- wp_die. 21 * @var type21 * @var string 22 22 */ 23 23 protected $_last_response = ''; … … 25 25 /** 26 26 * List of ajax actions called via POST 27 * @var type27 * @var array 28 28 */ 29 29 protected static $_core_actions_get = array( … … 40 40 /** 41 41 * List of ajax actions called via GET 42 * @var type42 * @var array 43 43 */ 44 44 protected static $_core_actions_post = array( … … 54 54 'save-user-color-scheme', 'update-widget', 'query-themes', 'parse-embed', 'set-attachment-thumbnail', 55 55 'parse-media-shortcode', 'destroy-sessions', 'install-plugin', 'update-plugin', 'press-this-save-post', 56 'press-this-add-category', 'crop-image', 'generate-password', 56 'press-this-add-category', 'crop-image', 'generate-password', 'save-wporg-username', 'delete-plugin', 57 'search-plugins', 'search-install-plugins', 'activate-plugin', 'update-theme', 'delete-theme', 58 'install-theme', 'get-post-thumbnail-html', 57 59 ); 58 60
Note: See TracChangeset
for help on using the changeset viewer.