TestCase::dontSee()
  • References/PHP/Laravel/Foundation/Testing

$this dontSee(string $text) Assert that a given string is not seen on the

2025-01-10 15:47:30
ProviderMakeCommand::fire()
  • References/PHP/Laravel/Foundation/Console

bool|null fire() Execute the console command.

2025-01-10 15:47:30
InteractsWithSession::assertSessionHasAll()
  • References/PHP/Laravel/Foundation/Testing/Concerns

void assertSessionHasAll(array $bindings) Assert that the session has a

2025-01-10 15:47:30
FormRequest::session()
  • References/PHP/Laravel/Foundation/Http

Store session()

2025-01-10 15:47:30
ViewClearCommand::line()
  • References/PHP/Laravel/Foundation/Console

void line(string $string) Write a string as standard output.

2025-01-10 15:47:30
CommandMakeCommand::ask()
  • References/PHP/Laravel/Foundation/Console

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30
ConfigCacheCommand::hasArgument()
  • References/PHP/Laravel/Foundation/Console

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
TestCase::dontSeeJson()
  • References/PHP/Laravel/Foundation/Testing

$this dontSeeJson(array $data = null) Assert that the response doesn't

2025-01-10 15:47:30
StorageLinkCommand::info()
  • References/PHP/Laravel/Foundation/Console

void info(string $string, null|int|string $verbosity = null) Write a string

2025-01-10 15:47:30
UpCommand::confirm()
  • References/PHP/Laravel/Foundation/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30