Example #1
0
 /**
  * @expectedException \BadMethodCallException
  */
 public function test__callStaticInvalidArguments()
 {
     LoggerRegistry::thisMethodDoesNotExist('foo', 'bar');
 }