InteractsWithDatabase
  • References/PHP/Laravel/Foundation/Testing/Concerns

InteractsWithDatabase trait InteractsWithDatabase (

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

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

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

$this patchJson(string $uri, array $data = array(), array $headers = array())

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

$this assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array())

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

$this seeLink(string $text, string|null $url = null, bool $negate = false)

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

$this dontSeeElement(string $selector, array $attributes = array()) Assert

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

$this visit(string $uri) Visit the given URI with a GET request.

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

$this seeIsChecked(string $selector, bool $negate = false) Assert that

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

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

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

$this dontSeeText(string $text) Assert that a given string is not seen

2025-01-10 15:47:30