getArguments() публичный Метод

public getArguments ( )
Пример #1
0
 /**
  * @expectedException \LogicException
  * @expectedExceptionMessage By its nature, "Nelmio\Alice\Definition\MethodCall\NoMethodCall::getArguments()" should not be called.
  */
 public function testCannotGetArguments()
 {
     $call = new NoMethodCall();
     $call->getArguments();
 }