From 3e4ef11ba11193a7267459bcf1e3eb07a5d994cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 6 Jun 2014 13:07:48 +0200 Subject: [PATCH] Pass correct parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/libraries/PMA_insert_edit_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libraries/PMA_insert_edit_test.php b/test/libraries/PMA_insert_edit_test.php index 7991aef7b5..cf7070eba7 100644 --- a/test/libraries/PMA_insert_edit_test.php +++ b/test/libraries/PMA_insert_edit_test.php @@ -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(