Example #1
0
 /**
  * @group default
  * @covers EVought\vCardTools\TemplateInfo::setSee
  * @expectedException \DomainException
  * @expectedExceptionMessage b@dur1
  */
 public function testSetSeeBadURL()
 {
     $this->info->setSee('b@dur1');
 }