diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-04-19 16:00:19 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-04-19 16:00:19 +0200 |
commit | f4bc5ee863f57c687e192c0d59fbe1f4d04f126b (patch) | |
tree | bacb2fd7d5f435af80c1ecd2d82d2dc029abf1ae /tests | |
parent | 95a83233a9194d3d5cd0f060b0d7678379401b2a (diff) | |
download | nextcloud-server-f4bc5ee863f57c687e192c0d59fbe1f4d04f126b.tar.gz nextcloud-server-f4bc5ee863f57c687e192c0d59fbe1f4d04f126b.zip |
remove unusued variable
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/appframework/db/EntityTest.php | 1 |
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()); |