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