示例#1
0
 public function testCanThrowExceptionAtUnknownMethods()
 {
     $this->setExpectedException('BadMethodCallException', 'The method Underscore\\Types\\Arrays::f**k does not exist');
     $test = Arrays::f**k($this);
 }