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-07-03 21:28:45 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-10 23:18:16 +0300
commit889b49ee135c03a96f38d74a48e62d07104d87a0 (patch)
treebcee0d2cb6d352baa6c76e98015bdf1a482aae7c /test
parentc8993af15a6d15eca95a72823888bef4c46297a9 (diff)
Refactored Table.class.php.
Updated sql-parser library to udan11/sql-parser@b3eff80. Fixed failing test. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_DisplayResults_test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/classes/PMA_DisplayResults_test.php b/test/classes/PMA_DisplayResults_test.php
index 3485a80bf1..db8d10dcb5 100644
--- a/test/classes/PMA_DisplayResults_test.php
+++ b/test/classes/PMA_DisplayResults_test.php
@@ -101,9 +101,7 @@ class PMA_DisplayResults_Test extends PHPUnit_Framework_TestCase
array(
array(
'statement' => $parser->statements[0],
- 'queryflags' => array(
- 'select_from' => true,
- ),
+ 'select_from' => true,
),
)
)