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:
parent
3d8b97b255
commit
ebb97a3960
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user