Exemplo n.º 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testCallInvalid()
 {
     $v = $this->object->call();
 }