Example #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\Vocabulary::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getTerms());
 }