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