Make WordPress Core


Ignore:
Timestamp:
06/30/2020 12:41:30 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve documentation for Ajax comment tests per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/Autosave.php

    r47198 r48220  
    4040
    4141    /**
    42      * Set up the test fixture
     42     * Sets up the test fixture.
    4343     */
    4444    public function setUp() {
     
    4949
    5050    /**
    51      * Test autosaving a post
    52      *
    53      * @return void
     51     * Tests autosaving a post.
    5452     */
    5553    public function test_autosave_post() {
     
    9290
    9391    /**
    94      * Test autosaving a locked post
    95      *
    96      * @return void
     92     * Tests autosaving a locked post.
    9793     */
    9894    public function test_autosave_locked_post() {
     
    145141
    146142    /**
    147      * Test with an invalid nonce
    148      *
    149      * @return void
     143     * Tests with an invalid nonce.
    150144     */
    151145    public function test_with_invalid_nonce() {
Note: See TracChangeset for help on using the changeset viewer.