mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
remove unusued variable
This commit is contained in:
parent
f4bc5ee863
commit
0fe4db0992
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Reference in a new issue