static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
$this after(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this
void __construct() Create a new console command instance. Return Value void
static bool contains(string $haystack, string|array $needles) Determine if a given string contains a given substring. Parameters string $haystack string|array $needles Return Value bool
void setDefaultDriver(string $name) Set the default mail driver name. Parameters string $name Return Value void
$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this
string guessPackagePath() Guess the package path for the provider. Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
array options() Get all of the options passed to the command. Return Value array
string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
Page 253 of 996