summaryrefslogtreecommitdiff
path: root/tests/simple_unit/TableGateway/BaseGatewayTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_unit/TableGateway/BaseGatewayTest.php')
-rw-r--r--tests/simple_unit/TableGateway/BaseGatewayTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_unit/TableGateway/BaseGatewayTest.php b/tests/simple_unit/TableGateway/BaseGatewayTest.php
index 825f2d0e..ff7a58b0 100644
--- a/tests/simple_unit/TableGateway/BaseGatewayTest.php
+++ b/tests/simple_unit/TableGateway/BaseGatewayTest.php
@@ -88,7 +88,7 @@ class BaseGatewayTest extends UnitTestCase
}
function delete_all()
{
- $this->getGateway()->deleteAll('true');
+ $this->getGateway()->deleteAll('1=1');
}
}
?> \ No newline at end of file