diff options
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()); |