Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-07-23 09:16:01 +02:00
commit 8d1f19433a

View File

@ -78,7 +78,7 @@ class PMA_List_Database_test extends PHPUnit_Framework_TestCase
*/
public function testCheckHideDatabase()
{
$GLOBALS['cfg']['Server']['hide_db'] = array('single\\_db');
$GLOBALS['cfg']['Server']['hide_db'] = 'single\\_db';
$this->assertEquals(
$this->_callProtectedFunction(
'checkHideDatabase',