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:
authorDan Ungureanu <udan1107@gmail.com>2015-06-22 22:28:33 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-10 23:18:13 +0300
commit6c3ccb2d5643663ff4d1104b18b73e4b856119c3 (patch)
tree71f6f0db24aefd26e881b3dcc93ae3cc72fab3a5 /test
parent83c6f77716d423fc1a22a6c0ca58886d131b3c35 (diff)
Use new parser in routines' execute form.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/rte/PMA_RTN_getExecuteForm_test.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/libraries/rte/PMA_RTN_getExecuteForm_test.php b/test/libraries/rte/PMA_RTN_getExecuteForm_test.php
index 4ac10f5285..44061c9090 100644
--- a/test/libraries/rte/PMA_RTN_getExecuteForm_test.php
+++ b/test/libraries/rte/PMA_RTN_getExecuteForm_test.php
@@ -113,6 +113,14 @@ class PMA_RTN_GetExecuteForm_Test extends PHPUnit_Framework_TestCase
4 => "'a','b'",
5 => "'a','b'"
),
+ 'item_param_length_arr' => array(
+ 0 => array(),
+ 1 => array('22'),
+ 2 => array(),
+ 3 => array(),
+ 4 => array("'a'", "'b'"),
+ 5 => array("'a'", "'b'")
+ ),
'item_param_opts_num' => array(
0 => '',
1 => '',
@@ -241,6 +249,14 @@ class PMA_RTN_GetExecuteForm_Test extends PHPUnit_Framework_TestCase
4 => "'a','b'",
5 => "'a','b'"
),
+ 'item_param_length_arr' => array(
+ 0 => array(),
+ 1 => array('22'),
+ 2 => array(),
+ 3 => array(),
+ 4 => array("'a'", "'b'"),
+ 5 => array("'a'", "'b'")
+ ),
'item_param_opts_num' => array(
0 => '',
1 => '',