Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-05-15 13:41:10 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-15 13:41:10 +0400
commitbf6feadba3970bc5021bbcfc685533e2eafec4c7 (patch)
tree7c0960eae05b7a11b4830fc2786664bf9f6fedf4 /test
parent4330c64f4fff5b4b68495ee43d68fe6fedcaf3c3 (diff)
Fix test failure after changes in other tests
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Message_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/PMA_Message_test.php b/test/classes/PMA_Message_test.php
index e65ce3532f..2b56a55620 100644
--- a/test/classes/PMA_Message_test.php
+++ b/test/classes/PMA_Message_test.php
@@ -278,6 +278,7 @@ class PMA_Message_test extends PHPUnit_Framework_TestCase
{
$GLOBALS['lang'] = 'en';
$_SESSION[' PMA_token '] = 'token';
+ unset($GLOBALS['server']);
$this->assertEquals($expected, PMA_Message::decodeBB($actual));
}