Exemplo n.º 1
0
 public function testCreate()
 {
     $r = new Reminder('balls', 'dong');
     $this->assertEquals('balls', $r->getAgreementId());
     $this->assertEquals('dong', $r->getComment());
 }
Exemplo n.º 2
0
 /**
  * @return array
  */
 public function toArray()
 {
     return $this->reminderCredentials->toArray();
 }