summaryrefslogtreecommitdiffstats
path: root/tests/Parser/AlterStatementTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-09-07 11:04:15 +0200
committerGitHub <noreply@github.com>2016-09-07 11:04:15 +0200
commit935b9dde29175b228b5ef4617b76f58c3bcff37d (patch)
treeebf564100f2fd2c211c32bb287f68e446ca38962 /tests/Parser/AlterStatementTest.php
parent6cf1d6beb864eb8a2d7862d622d4143331c144bc (diff)
parent46339f201c0b1f37f3c96ba1a46d3a95b7a87728 (diff)
downloadsql-parser-935b9dde29175b228b5ef4617b76f58c3bcff37d.zip
sql-parser-935b9dde29175b228b5ef4617b76f58c3bcff37d.tar.gz
sql-parser-935b9dde29175b228b5ef4617b76f58c3bcff37d.tar.bz2
Merge pull request #66 from devenbansod/fix_10
Fix #10: Add a check if we find a new start to new statement before delimiter
Diffstat (limited to 'tests/Parser/AlterStatementTest.php')
-rw-r--r--tests/Parser/AlterStatementTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/AlterStatementTest.php b/tests/Parser/AlterStatementTest.php
index b964f55..1517127 100644
--- a/tests/Parser/AlterStatementTest.php
+++ b/tests/Parser/AlterStatementTest.php
@@ -20,6 +20,7 @@ class AlterStatementTest extends TestCase
return array(
array('parser/parseAlter'),
array('parser/parseAlter2'),
+ array('parser/parseAlter3'),
);
}
}