summaryrefslogtreecommitdiffstats
path: root/tests/Parser/SelectStatementTest.php
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-12-21 22:42:53 +0530
committerDeven Bansod <devenbansod.bits@gmail.com>2016-12-21 22:42:53 +0530
commit62ca07c97fd9cc40807084013fd1bc3e467ff0fe (patch)
treee2b259a745e19ba1890aee530981164160fcc7d0 /tests/Parser/SelectStatementTest.php
parent403f585de6cf589e230940f045ce16eafaec67fe (diff)
downloadsql-parser-62ca07c97fd9cc40807084013fd1bc3e467ff0fe.zip
sql-parser-62ca07c97fd9cc40807084013fd1bc3e467ff0fe.tar.gz
sql-parser-62ca07c97fd9cc40807084013fd1bc3e467ff0fe.tar.bz2
Add more tests, fix unneeded error
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tests/Parser/SelectStatementTest.php')
-rw-r--r--tests/Parser/SelectStatementTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/SelectStatementTest.php b/tests/Parser/SelectStatementTest.php
index a05753a..2e3913e 100644
--- a/tests/Parser/SelectStatementTest.php
+++ b/tests/Parser/SelectStatementTest.php
@@ -51,6 +51,7 @@ class SelectStatementTest extends TestCase
array('parser/parseSelectCaseErr5'),
array('parser/parseSelectIntoOptions1'),
array('parser/parseSelectIntoOptions2'),
+ array('parser/parseSelectIntoOptions3'),
array('parser/parseSelectJoinCross'),
array('parser/parseSelectJoinNatural'),
array('parser/parseSelectJoinNaturalLeft'),