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 . ' ' . $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=](themes/dot.gif)
![' . $alternate_text . ' ' . $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=](themes/dot.gif)
