summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/EntityTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db/EntityTest.php')
-rw-r--r--tests/unit/db/EntityTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/db/EntityTest.php b/tests/unit/db/EntityTest.php
index 8356e0336..9d41d6e82 100644
--- a/tests/unit/db/EntityTest.php
+++ b/tests/unit/db/EntityTest.php
@@ -88,7 +88,6 @@ class EntityTest extends \PHPUnit_Framework_TestCase {
public function testSetterMarksFieldUpdated(){
- $id = 3;
$this->entity->setId(3);
$this->assertContains('id', $this->entity->getUpdatedFields());