Ejemplo n.º 1
0
 public function testSetGetDateSent()
 {
     $this->model->setDateSent(new DateTime());
     $this->assertInstanceOf(DateTime::class, $this->model->getDateSent());
 }