remove unusued variable

remotes/origin/ldap_group_count
Bernhard Posselt 12 years ago
parent f4bc5ee863
commit 0fe4db0992
  1. 6
      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]);

Loading…
Cancel
Save