Наследование: extends Eloquent\Phony\Invocation\WrappedInvocable
Пример #1
0
 /**
  * Creates an answer that returns an empty value on the supplied stub.
  *
  * @param Stub $stub The stub.
  */
 public static function returnsEmptyAnswerCallback(Stub $stub)
 {
     $stub->returns();
 }