From 5187db73438c3795e9036ddb03ed9dbc18b8151d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jul 2011 16:37:32 +0200 Subject: [PATCH] The themes path is no longer used here --- test/libraries/common/PMA_getIcon_test.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/libraries/common/PMA_getIcon_test.php b/test/libraries/common/PMA_getIcon_test.php index 1294156a47..1feba0cc67 100644 --- a/test/libraries/common/PMA_getIcon_test.php +++ b/test/libraries/common/PMA_getIcon_test.php @@ -26,7 +26,6 @@ class PMA_getIcon_test extends PHPUnit_Framework_TestCase{ function testGetIconWithPropertiesIconic(){ $GLOBALS['cfg']['PropertiesIconic'] = true; - $GLOBALS['pmaThemeImage'] = 'theme/'; $this->assertEquals('', PMA_getIcon('b_comment.png') ); @@ -35,7 +34,6 @@ class PMA_getIcon_test extends PHPUnit_Framework_TestCase{ function testGetIconAlternate(){ $GLOBALS['cfg']['PropertiesIconic'] = true; - $GLOBALS['pmaThemeImage'] = 'theme/'; $alternate_text = 'alt_str'; $this->assertEquals('' . $alternate_text
@@ -46,7 +44,6 @@ class PMA_getIcon_test extends PHPUnit_Framework_TestCase{
     function testGetIconWithContainer(){
 
         $GLOBALS['cfg']['PropertiesIconic'] = true;
-        $GLOBALS['pmaThemeImage'] = 'theme/';
         $alternate_text = 'alt_str';
 
         $this->assertEquals('<span class=' . $alternate_text
@@ -58,7 +55,6 @@ class PMA_getIcon_test extends PHPUnit_Framework_TestCase{
     function testGetIconWithContainerAndForceText(){
 
         $GLOBALS['cfg']['PropertiesIconic'] = true;
-        $GLOBALS['pmaThemeImage'] = 'theme/';
         $alternate_text = 'alt_str';
 
         $this->assertEquals('<span class=