diff --git a/test/classes/PMA_DBQbe_test.php b/test/classes/PMA_DBQbe_test.php index 300f0beaae..32d6e14d6a 100644 --- a/test/classes/PMA_DBQbe_test.php +++ b/test/classes/PMA_DBQbe_test.php @@ -376,10 +376,10 @@ class PMA_DBQbe_test extends PHPUnit_Framework_TestCase */ public function testGetFromClause(){ $this->assertEquals( - '`table1`', + 'table1', $this->_callProtectedFunction( '_getFromClause', - array('relation') + array(array('relwork' => False)) ) ); }