Pass correct parameter

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-06-06 13:07:48 +02:00
parent bfadec2f2b
commit 3e4ef11ba1

View File

@ -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(