Ejemplo n.º 1
0
 public function testModifiedEntity()
 {
     $this->entity->setNumber(1);
     $this->assertEquals(true, $this->entity->isModified());
 }