Skip to content

Commit

Permalink
Fix test failure after changes in other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 15, 2012
1 parent 4330c64 commit bf6fead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/classes/PMA_Message_test.php
Expand Up @@ -278,6 +278,7 @@ public function testDecodeBB($actual, $expected)
{
$GLOBALS['lang'] = 'en';
$_SESSION[' PMA_token '] = 'token';
unset($GLOBALS['server']);
$this->assertEquals($expected, PMA_Message::decodeBB($actual));
}

Expand Down

0 comments on commit bf6fead

Please sign in to comment.