MakesHttpRequests::assertViewHas()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this assertViewHas(string|array $key, mixed $value = null) Assert that

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

$this seeJson(array $data = null, bool $negate = false) Assert that the

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

$this seeCredentials(array $credentials, string|null $guard = null) Assert

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

$this dontSeeInField(string $selector, string $value) Assert that an input

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

Response action(string $method, string $action, array $wildcards = array(), array

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

$this seeInField(string $selector, string $expected, bool $negate = false)

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

int artisan(string $command, array $parameters = array()) Call artisan

2025-01-10 15:47:30
MocksApplicationServices
  • References/PHP/Laravel/Foundation/Testing/Concerns

MocksApplicationServices trait MocksApplicationServices (

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

void seed(string $class = 'DatabaseSeeder') Seed a given database connection

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

$this visitRoute(string $route, array $parameters = array()) Visit the

2025-01-10 15:47:30