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