Pass correct parameters to _getFromClause
This commit is contained in:
parent
d233182d3b
commit
ff9b0d088c
@ -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))
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user