[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11143-gc8c68cc

The branch, master has been updated via c8c68cc5882e498fe9cbd5e6954b5a5a2f55bb4f (commit) from 95465b848906e6f9c74d29ef86ae3e127ae0cc92 (commit) - Log ----------------------------------------------------------------- commit c8c68cc5882e498fe9cbd5e6954b5a5a2f55bb4f Author: Michal Čihař <mcihar@suse.cz> Date: Thu Jul 21 12:57:28 2011 +0200 Need to set db parameter when we're checking for it ----------------------------------------------------------------------- Summary of changes: test/libraries/common/PMA_checkParameters_test.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/libraries/common/PMA_checkParameters_test.php b/test/libraries/common/PMA_checkParameters_test.php index 5337650..3bf4ed8 100644 --- a/test/libraries/common/PMA_checkParameters_test.php +++ b/test/libraries/common/PMA_checkParameters_test.php @@ -38,6 +38,7 @@ class PMA_checkParameters_test extends PHPUnit_Extensions_OutputTestCase { $GLOBALS['PMA_PHP_SELF'] = PMA_getenv('PHP_SELF'); $GLOBALS['pmaThemePath'] = $_SESSION['PMA_Theme']->getPath(); + $GLOBALS['db'] = "dbDatabase"; $GLOBALS['table'] = "tblTable"; $GLOBALS['field'] = "test_field"; $GLOBALS['sql_query'] = "SELECT * FROM tblTable;"; hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař