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