diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php index 020d5823a4..ced2614cbf 100644 --- a/test/classes/PMA_Config_test.php +++ b/test/classes/PMA_Config_test.php @@ -1036,6 +1036,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase * * @return void */ +/* public function testCheckHTTP() { if (! function_exists('curl_init')) { @@ -1052,7 +1053,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase $this->object->checkHTTP("http://www.phpmyadmin.net/test/nothing") ); } - +*/ /** * Tests for rewriting URL to SSL variant * diff --git a/test/classes/PMA_Util_test.php b/test/classes/PMA_Util_test.php index 10dc3d489e..171e248b43 100644 --- a/test/classes/PMA_Util_test.php +++ b/test/classes/PMA_Util_test.php @@ -105,6 +105,7 @@ class PMA_Util_Test extends PHPUnit_Framework_TestCase * * @group large */ +/* public function testGetLatestVersion() { $GLOBALS['cfg']['ProxyUrl'] = ''; @@ -113,7 +114,7 @@ class PMA_Util_Test extends PHPUnit_Framework_TestCase $this->assertNotEmpty($version->version); $this->assertNotEmpty($version->date); } - +*/ /** * Test version to int conversion. * diff --git a/test/libraries/PMA_SetupIndex_test.php b/test/libraries/PMA_SetupIndex_test.php index 65ca38ce28..2d01244ce7 100644 --- a/test/libraries/PMA_SetupIndex_test.php +++ b/test/libraries/PMA_SetupIndex_test.php @@ -184,6 +184,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase * * @group medium */ +/* public function testPMAVersionCheckCase1() { $pmaconfig = $this->getMockBuilder('PMA_Config') @@ -226,6 +227,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase $notice['message'] ); } +*/ /** * Test for PMA_versionCheck @@ -234,6 +236,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase * * @group medium */ +/* public function testPMAVersionCheckCase2() { $pmaconfig = $this->getMockBuilder('PMA_Config') @@ -276,6 +279,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase $notice['message'] ); } +*/ /** * Test for PMA_versionCheck @@ -284,6 +288,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase * * @group medium */ +/* public function testPMAVersionCheckCase3() { $pmaconfig = $this->getMockBuilder('PMA_Config') @@ -327,6 +332,7 @@ class PMA_SetupIndex_Test extends PHPUnit_Framework_TestCase ); } +*/ /** * Test for PMA_checkConfigRw *