Merge pull request #82 from wiltave/master

Small fix in a test case
This commit is contained in:
Michal Čihař 2012-07-23 00:15:39 -07:00
commit b8b2fcd7bc

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',