$this getJson(string $uri, array $headers = array()) Visit the given URI with a GET request, expecting a JSON response. Parameters string $uri array $headers Return Value $this
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
Page 119 of 996