コード例 #1
0
 /**
  * @expectedException BadMethodCallException
  */
 public function testBadMethodCall()
 {
     $result = S::invalidMethod('foo');
 }