Remove no longer working test

We no longer directly process value from cookie here, so the test can no
longer work.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-03-20 16:37:04 +01:00
parent 3d8b97b255
commit ebb97a3960

View File

@ -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(),