From 021dce3aa29f0774e2f3a24185ca5c4ce2dd018e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 22 Apr 2017 19:09:09 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/customize/manager.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/phpunit/tests/customize/manager.php b/tests/phpunit/tests/customize/manager.php index 16d1e4a615..c141e38ff5 100644 --- a/tests/phpunit/tests/customize/manager.php +++ b/tests/phpunit/tests/customize/manager.php @@ -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. *