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