Make WordPress Core


Ignore:
Timestamp:
06/23/2022 07:45:24 PM (3 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add missing @covers tags for the AJAX test group.

Props pbeane, hellofromTonya, antonvlasenko, ironprogrammer, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

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

    r51462 r53561  
    1818    /**
    1919     * Test as a logged out user
     20     *
     21     * @covers ::wp_ajax_wp_compression_test
    2022     */
    2123    public function test_logged_out() {
     
    3335    /**
    3436     * Fetch the test text
     37     *
     38     * @covers ::wp_ajax_wp_compression_test
    3539     */
    3640    public function test_text() {
     
    5761     *
    5862     * @requires function gzdeflate
     63     *
     64     * @covers ::wp_ajax_wp_compression_test
    5965     */
    6066    public function test_gzdeflate() {
     
    8288     *
    8389     * @requires function gzencode
     90     *
     91     * @covers ::wp_ajax_wp_compression_test
    8492     */
    8593    public function test_gzencode() {
     
    105113    /**
    106114     * Fetch the test text (unknown encoding)
     115     *
     116     * @covers ::wp_ajax_wp_compression_test
    107117     */
    108118    public function test_unknown_encoding() {
     
    123133    /**
    124134     * Set the 'can_compress_scripts' site option to true
     135     *
     136     * @covers ::wp_ajax_wp_compression_test
    125137     */
    126138    public function test_set_yes() {
     
    161173    /**
    162174     * Set the 'can_compress_scripts' site option to false
     175     *
     176     * @covers ::wp_ajax_wp_compression_test
    163177     */
    164178    public function test_set_no() {
Note: See TracChangeset for help on using the changeset viewer.