InteractsWithPages::see()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this see(string $text, bool $negate = false) Assert that a given string

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

void setLaravel(Application $laravel)

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

$this seeInElement(string $element, string $text, bool $negate = false) Assert

2025-01-10 15:47:30
VerifyCsrfToken::__construct()
  • References/PHP/Laravel/Foundation/Http/Middleware

void __construct(Application $app,

2025-01-10 15:47:30
HasInElement::matches()
  • References/PHP/Laravel/Foundation/Testing/Constraints

bool matches(Crawler|string $crawler) Check if the source or text is found

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

int callSilent(string $command, array $arguments = array()) Call another

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

int call(string $command, array $arguments = array()) Call another console

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

void info(string $string) Write a string as information output.

2025-01-10 15:47:30
SendsPasswordResetEmails::showLinkRequestForm()
  • References/PHP/Laravel/Foundation/Auth

Response showLinkRequestForm()

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

$this withoutMiddleware() Disable middleware for the test.

2025-01-10 15:47:30