Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxHeartbeat.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
-
trunk/tests/phpunit/tests/ajax/wpAjaxHeartbeat.php (moved) (moved from trunk/tests/phpunit/tests/ajax/Autosave.php) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxHeartbeat.php
r54721 r54722 9 9 * Testing Ajax save draft functionality. 10 10 * 11 * @package WordPress11 * @package WordPress 12 12 * @subpackage UnitTests 13 * @since 3.4.0 14 * @group ajax 13 * @since 3.4.0 14 * 15 * @group ajax 16 * 17 * @covers ::wp_ajax_heartbeat 15 18 */ 16 class Tests_Ajax_ Autosaveextends WP_Ajax_UnitTestCase {19 class Tests_Ajax_wpAjaxHeartbeat extends WP_Ajax_UnitTestCase { 17 20 18 21 /** … … 41 44 /** 42 45 * Tests autosaving a post. 43 *44 * @covers ::wp_ajax_heartbeat45 46 */ 46 47 public function test_autosave_post() { … … 84 85 /** 85 86 * Tests autosaving a locked post. 86 *87 * @covers ::wp_ajax_heartbeat88 87 */ 89 88 public function test_autosave_locked_post() { … … 137 136 /** 138 137 * Tests with an invalid nonce. 139 *140 * @covers ::wp_ajax_heartbeat141 138 */ 142 139 public function test_with_invalid_nonce() {
Note: See TracChangeset
for help on using the changeset viewer.