summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-19 16:00:19 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-19 16:00:19 +0200
commitf4bc5ee863f57c687e192c0d59fbe1f4d04f126b (patch)
treebacb2fd7d5f435af80c1ecd2d82d2dc029abf1ae /tests
parent95a83233a9194d3d5cd0f060b0d7678379401b2a (diff)
downloadnextcloud-server-f4bc5ee863f57c687e192c0d59fbe1f4d04f126b.tar.gz
nextcloud-server-f4bc5ee863f57c687e192c0d59fbe1f4d04f126b.zip
remove unusued variable
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/appframework/db/EntityTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/appframework/db/EntityTest.php b/tests/lib/appframework/db/EntityTest.php
index 28196d9fd9b..346a74c732c 100644
--- a/tests/lib/appframework/db/EntityTest.php
+++ b/tests/lib/appframework/db/EntityTest.php
@@ -110,7 +110,6 @@ class EntityTest extends \PHPUnit_Framework_TestCase {
public function testSetterMarksFieldUpdated(){
- $id = 3;
$this->entity->setId(3);
$this->assertContains('id', $this->entity->getUpdatedFields());