Example #1
0
 /**
  * @group default
  * @covers EVought\vCardTools\TemplateInfo::setUsage
  */
 public function testSetUsage()
 {
     $this->info->setUsage('Instructions');
     $this->assertEquals('Instructions', $this->info->getUsage());
 }