コード例 #1
0
 public function testSetGetSent()
 {
     $this->model->setSent(true);
     $this->assertTrue($this->model->isSent());
 }