Changeset 40521 for trunk/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 04/22/2017 07:09:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/manager.php
r40300 r40521 2028 2028 2029 2029 /** 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 /**2039 2030 * Test get_document_title_template() method. 2040 2031 *
Note: See TracChangeset
for help on using the changeset viewer.