/**
  * @covers \Ilios\CoreBundle\Entity\CurriculumInventoryReport::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getAcademicLevels());
     $this->assertEmpty($this->object->getSequenceBlocks());
 }