diff options
Diffstat (limited to 'tests/simple_unit/SqlMap/Dynamic/DynamicTest.php')
-rw-r--r-- | tests/simple_unit/SqlMap/Dynamic/DynamicTest.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/simple_unit/SqlMap/Dynamic/DynamicTest.php b/tests/simple_unit/SqlMap/Dynamic/DynamicTest.php new file mode 100644 index 00000000..ce58327b --- /dev/null +++ b/tests/simple_unit/SqlMap/Dynamic/DynamicTest.php @@ -0,0 +1,11 @@ +<?php
+
+class DynamicTest extends UnitTestCase
+{
+ function testConditional()
+ {
+
+ }
+}
+
+?>
\ No newline at end of file |