Exemplo n.º 1
0
 public function testGetDateCreated()
 {
     $this->assertInstanceOf('\\DateTime', $this->notice->getDateCreated());
     $this->assertEquals($this->notice->getDateCreated(), $this->notice->getDateStart());
 }