Skip to content

Commit

Permalink
Prepare config as test uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 25, 2012
1 parent f010626 commit 14d2a27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/libraries/core/PMA_fatalError_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@

class PMA_fatalError_test extends PHPUnit_Framework_TestCase
{
public function setup()
{
$GLOBALS['PMA_Config'] = new PMA_Config();
$GLOBALS['PMA_Config']->enableBc();
}

public function testFatalErrorMessage()
{
$this->expectOutputRegex("/FatalError!/");
Expand Down

0 comments on commit 14d2a27

Please sign in to comment.