OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this
array arguments() Get all of the arguments passed to the command. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
void error(string $string) Write a string as error output. Parameters string $string Return Value void
void fire() Execute the console command. Return Value void
void assertSessionHasErrors(string|array $bindings = array(), mixed $format = null) Assert that the session has errors bound. Parameters string|array $bindings mixed $format Return Value void
void createRepository() Create the migration repository data store. Return Value void
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
Page 118 of 996