diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Utils/MiscTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php index da036e0..854e361 100644 --- a/tests/Utils/MiscTest.php +++ b/tests/Utils/MiscTest.php @@ -102,6 +102,11 @@ class MiscTest extends TestCase array() ), array( + 'SELECT 1', + null, + array() + ), + array( 'SELECT * FROM orders AS ord WHERE 1', 'db', array( |