Pass correct parameter
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
bfadec2f2b
commit
3e4ef11ba1
@ -67,7 +67,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
|
||||
$GLOBALS['goto'] = 'index.php';
|
||||
|
||||
$result = PMA_getFormParametersForInsertForm(
|
||||
'dbname', 'tablename', null, $where_clause, 'localhost'
|
||||
'dbname', 'tablename', '', $where_clause, 'localhost'
|
||||
);
|
||||
|
||||
$this->assertEquals(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user