Build/Test Tools: Remove a useless test.

See #33898, #40533


git-svn-id: https://develop.svn.wordpress.org/trunk@40521 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-04-22 19:09:09 +00:00
parent 4f8057f7d5
commit 021dce3aa2
1 changed files with 0 additions and 9 deletions

View File

@ -2026,15 +2026,6 @@ class Tests_WP_Customize_Manager extends WP_UnitTestCase {
return $setting_class;
}
/**
* Test is_ios() method.
*
* @see WP_Customize_Manager::is_ios()
*/
function test_is_ios() {
$this->markTestSkipped( 'WP_Customize_Manager::is_ios() cannot be tested because it uses wp_is_mobile() which contains a static var.' );
}
/**
* Test get_document_title_template() method.
*