Make WordPress Core

Changeset 41119


Ignore:
Timestamp:
07/23/2017 12:01:39 AM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct some inline docs for the Ajax test case.

See #41017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase-ajax.php

    r40872 r41119  
    2424
    2525    /**
    26      * List of ajax actions called via POST
     26     * List of ajax actions called via GET
    2727     * @var array
    2828     */
     
    3939
    4040    /**
    41      * List of ajax actions called via GET
     41     * List of ajax actions called via POST
    4242     * @var array
    4343     */
     
    8080    /**
    8181     * Set up the test fixture.
    82      * Override wp_die(), pretend to be ajax, and suppres E_WARNINGs
     82     * Override wp_die(), pretend to be ajax, and suppress E_WARNINGs
    8383     */
    8484    public function setUp() {
Note: See TracChangeset for help on using the changeset viewer.