MakesHttpRequests::getJson()

$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

ListenerMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

InteractsWithPages::dontSeeInField()

$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

ModelMakeCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

ModelMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Artisan::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

ListenCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

WorkCommand::fire()

void fire() Execute the console command. Return Value void

TestCase::assertSessionHasErrors()

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

MigrationRepositoryInterface::createRepository()

void createRepository() Create the migration repository data store. Return Value void