[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11132-g578bb63

Michal Čihař nijel at users.sourceforge.net
Thu Jul 21 11:45:36 CEST 2011


The branch, master has been updated
       via  578bb63d76378363bc7f10443dc6cde80d24171f (commit)
      from  b13d2a33edb4cdb95c3a43fbe5dc0f2569e36cd7 (commit)


- Log -----------------------------------------------------------------
commit 578bb63d76378363bc7f10443dc6cde80d24171f
Author: Michal Čihař <mcihar at 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
-- 
phpMyAdmin




More information about the Git mailing list