Changeset 53561 for trunk/tests/phpunit/tests/ajax/Autosave.php
- Timestamp:
- 06/23/2022 07:45:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Autosave.php
r51451 r53561 44 44 /** 45 45 * Tests autosaving a post. 46 * 47 * @covers ::wp_ajax_heartbeat 46 48 */ 47 49 public function test_autosave_post() { … … 85 87 /** 86 88 * Tests autosaving a locked post. 89 * 90 * @covers ::wp_ajax_heartbeat 87 91 */ 88 92 public function test_autosave_locked_post() { … … 136 140 /** 137 141 * Tests with an invalid nonce. 142 * 143 * @covers ::wp_ajax_heartbeat 138 144 */ 139 145 public function test_with_invalid_nonce() {
Note: See TracChangeset
for help on using the changeset viewer.