コード例 #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\CourseLearningMaterial::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getMeshDescriptors());
     $this->assertFalse($this->object->hasPublicNotes());
 }