コード例 #1
0
ファイル: MethodTest.php プロジェクト: Geekathon/reddit-clone
 public function testCanThrowExceptionAtUnknownMethods()
 {
     $this->setExpectedException('BadMethodCallException', 'The method Underscore\\Types\\Arrays::f**k does not exist');
     $test = Arrays::f**k($this);
 }