Exemple #1
0
 public function testCreate()
 {
     $this->assertEmpty($this->entity->getId());
     $this->assertEquals(Reminder::STATE_NOT_SENT, $this->entity->getState());
 }