remove unusued variable
This commit is contained in:
parent
95a83233a9
commit
f4bc5ee863
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue