diff options
Diffstat (limited to 'tests/Misc/BugsTest.php')
-rw-r--r-- | tests/Misc/BugsTest.php | 5 |
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'), ); } } |