diff options
Diffstat (limited to 'tests/simple_unit/DbCommon/SqliteColumnTest.php')
-rw-r--r-- | tests/simple_unit/DbCommon/SqliteColumnTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/simple_unit/DbCommon/SqliteColumnTest.php b/tests/simple_unit/DbCommon/SqliteColumnTest.php index 246c4a27..712d2977 100644 --- a/tests/simple_unit/DbCommon/SqliteColumnTest.php +++ b/tests/simple_unit/DbCommon/SqliteColumnTest.php @@ -25,5 +25,4 @@ class SqliteColumnTest extends UnitTestCase //$table = new TTableGateway('Accounts', $conn); // var_dump($table->findAll()->readAll()); } -} -?>
\ No newline at end of file +}
\ No newline at end of file |