Esempio n. 1
0
 protected function setUp()
 {
     $this->entity = new EmailNotification();
     // get id should return null cause this entity was not loaded from DB
     $this->assertNull($this->entity->getId());
 }