From ebb97a39601eea23e87d6cb67a83c0ec40bdc818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 20 Mar 2017 16:37:04 +0100 Subject: [PATCH] Remove no longer working test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We no longer directly process value from cookie here, so the test can no longer work. Signed-off-by: Michal Čihař --- test/classes/PMA_Theme_test.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/classes/PMA_Theme_test.php b/test/classes/PMA_Theme_test.php index 8c3b91ee32..270b800adc 100644 --- a/test/classes/PMA_Theme_test.php +++ b/test/classes/PMA_Theme_test.php @@ -274,12 +274,6 @@ class PMA_ThemeTest extends PHPUnit_Framework_TestCase '82%' ); - $_COOKIE['pma_fontsize'] = '14px'; - $this->assertEquals( - $this->object->getFontSize(), - '14px' - ); - $GLOBALS['PMA_Config']->set('fontsize', '12px'); $this->assertEquals( $this->object->getFontSize(),