The branch, master has been updated via 578bb63d76378363bc7f10443dc6cde80d24171f (commit) from b13d2a33edb4cdb95c3a43fbe5dc0f2569e36cd7 (commit)
- Log ----------------------------------------------------------------- commit 578bb63d76378363bc7f10443dc6cde80d24171f Author: Michal Čihař mcihar@suse.cz Date: Thu Jul 21 11:46:14 2011 +0200
Another variable needed for test
-----------------------------------------------------------------------
Summary of changes: test/libraries/common/PMA_checkParameters_test.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/libraries/common/PMA_checkParameters_test.php b/test/libraries/common/PMA_checkParameters_test.php index 4bfcac9..5337650 100644 --- a/test/libraries/common/PMA_checkParameters_test.php +++ b/test/libraries/common/PMA_checkParameters_test.php @@ -20,7 +20,7 @@ class PMA_checkParameters_test extends PHPUnit_Extensions_OutputTestCase { $GLOBALS['PMA_Config'] = new PMA_Config(); $_SESSION['PMA_Theme'] = new PMA_Theme(); - $GLOBALS['cfg'] = array('ReplaceHelpImg' => true); + $GLOBALS['cfg'] = array('ReplaceHelpImg' => true, 'ServerDefault' => 1); $GLOBALS['pmaThemeImage'] = 'theme/'; }
hooks/post-receive