summaryrefslogtreecommitdiffstats
path: root/tests/Misc
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2016-02-10 17:47:15 +0200
committerDan Ungureanu <udan1107@gmail.com>2016-02-10 17:47:15 +0200
commit38b10f585ac012554f8a3d0dd6e7e3fd255ff94f (patch)
tree1d788eb40d32ed56892eb0322597972d6116e2ff /tests/Misc
parent5b6e9bda6554882945c97136d00b7a4f1a5e8c0e (diff)
downloadsql-parser-38b10f585ac012554f8a3d0dd6e7e3fd255ff94f.zip
sql-parser-38b10f585ac012554f8a3d0dd6e7e3fd255ff94f.tar.gz
sql-parser-38b10f585ac012554f8a3d0dd6e7e3fd255ff94f.tar.bz2
Misc: Add test cases for fixed bugs.v3.1.0
Diffstat (limited to 'tests/Misc')
-rw-r--r--tests/Misc/BugsTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Misc/BugsTest.php b/tests/Misc/BugsTest.php
index c24383b..2680890 100644
--- a/tests/Misc/BugsTest.php
+++ b/tests/Misc/BugsTest.php
@@ -21,6 +21,11 @@ class BugsTest extends TestCase
array('bugs/gh9'),
array('bugs/gh14'),
array('bugs/gh16'),
+ array('bugs/pma11800'),
+ array('bugs/pma11836'),
+ array('bugs/pma11843'),
+ array('bugs/pma11867'),
+ array('bugs/pma11879'),
);
}
}