示例#1
0
 /**
  * @expectedException \BadFunctionCallException
  */
 public function testNonDefaultOmnipotence()
 {
     // By default, our blackhole broker shouldn't accept any method.
     $this->instance->spreadLove();
 }