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

$this dontSeeIsChecked(string $selector) Assert that the given checkbox

2025-01-10 15:47:30
InteractsWithPages::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::assertViewHasAll()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this assertViewHasAll(array $bindings) Assert that the view has a given

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

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

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

$this withoutMiddleware() Disable middleware for the test.

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

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

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

$this assertRedirectedTo(string $uri, array $with = array()) Assert whether

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

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

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

$this post(string $uri, array $data = array(), array $headers = array()) Visit

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

$this get(string $uri, array $headers = array()) Visit the given URI with

2025-01-10 15:47:30