Exemplo n.º 1
0
 /**
  * @expectedException \ErrorException
  */
 public function testSetTagRestrictionsWithInvalidArgument($argument)
 {
     $this->extendedHeader->setTagRestrictions($argument);
 }