Example #1
0
 /**
  * @expectedException OutOfBoundsException
  */
 public function testRemoveAliasGroupMakesGetterThrowException()
 {
     $this->fingerprint->removeAliasGroup('en');
     $this->fingerprint->getAliasGroup('en');
 }