Changeset 48220 for trunk/tests/phpunit/tests/ajax/Autosave.php
- Timestamp:
- 06/30/2020 12:41:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Autosave.php
r47198 r48220 40 40 41 41 /** 42 * Set up the test fixture42 * Sets up the test fixture. 43 43 */ 44 44 public function setUp() { … … 49 49 50 50 /** 51 * Test autosaving a post 52 * 53 * @return void 51 * Tests autosaving a post. 54 52 */ 55 53 public function test_autosave_post() { … … 92 90 93 91 /** 94 * Test autosaving a locked post 95 * 96 * @return void 92 * Tests autosaving a locked post. 97 93 */ 98 94 public function test_autosave_locked_post() { … … 145 141 146 142 /** 147 * Test with an invalid nonce 148 * 149 * @return void 143 * Tests with an invalid nonce. 150 144 */ 151 145 public function test_with_invalid_nonce() {
Note: See TracChangeset
for help on using the changeset viewer.