summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/appframework/db/MapperTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/lib/appframework/db/MapperTest.php b/tests/lib/appframework/db/MapperTest.php
index 015528dd2e4..c4eb35a068e 100644
--- a/tests/lib/appframework/db/MapperTest.php
+++ b/tests/lib/appframework/db/MapperTest.php
@@ -197,12 +197,6 @@ class MapperTest extends MapperTestUtility {
public function testUpdateNoId(){
- $sql = 'UPDATE `*PREFIX*table` ' .
- 'SET ' .
- '`pre_name` = ?,'.
- '`email` = ? ' .
- 'WHERE `id` = ?';
-
$params = array('john', 'my@email');
$entity = new Example();
$entity->setPreName($params[0]);