Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-12-05 23:00:29 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-12-05 23:00:39 +0300
commit08a6170e30d5110e1a130b22f3bdf5f162eb30c0 (patch)
tree0f3fd8b225f29db1a03306711443777983129ac6 /test
parent2dbe8f400bb4791d000ffc7f12f132aa33d5cf27 (diff)
Fix tests and phpdoc for #15571
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test')
-rw-r--r--test/classes/InsertEditTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/InsertEditTest.php b/test/classes/InsertEditTest.php
index f799ffc12b..a12e4e065e 100644
--- a/test/classes/InsertEditTest.php
+++ b/test/classes/InsertEditTest.php
@@ -297,7 +297,7 @@ class InsertEditTest extends TestCase
$where_clause_array = array('foo=1', 'bar=2');
$_POST['sql_query'] = 'SELECT 1';
- $result = $this->insertEdit->urlParamsInEditMode(array(1), $where_clause_array, '');
+ $result = $this->insertEdit->urlParamsInEditMode(array(1), $where_clause_array);
$this->assertEquals(
array(