diff options
Diffstat (limited to 'tests/simple_unit/TableGateway/BaseGatewayTest.php')
-rw-r--r-- | tests/simple_unit/TableGateway/BaseGatewayTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/simple_unit/TableGateway/BaseGatewayTest.php b/tests/simple_unit/TableGateway/BaseGatewayTest.php index 98b236ee..f3117ed2 100644 --- a/tests/simple_unit/TableGateway/BaseGatewayTest.php +++ b/tests/simple_unit/TableGateway/BaseGatewayTest.php @@ -90,5 +90,4 @@ class BaseGatewayTest extends UnitTestCase { $this->getGateway()->deleteAll('1=1'); } -} -?>
\ No newline at end of file +}
\ No newline at end of file |