Make WordPress Core


Ignore:
Timestamp:
04/22/2017 07:09:09 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Remove a useless test.

See #33898, #40533

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/manager.php

    r40300 r40521  
    20282028
    20292029    /**
    2030      * Test is_ios() method.
    2031      *
    2032      * @see WP_Customize_Manager::is_ios()
    2033      */
    2034     function test_is_ios() {
    2035         $this->markTestSkipped( 'WP_Customize_Manager::is_ios() cannot be tested because it uses wp_is_mobile() which contains a static var.' );
    2036     }
    2037 
    2038     /**
    20392030     * Test get_document_title_template() method.
    20402031     *
Note: See TracChangeset for help on using the changeset viewer.