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