Example #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\AuditLog::__construct
  */
 public function testConstructor()
 {
     $this->assertNotEmpty($this->object->getCreatedAt());
 }