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::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
TestCase::withSession()
  • References/PHP/Laravel/Foundation/Testing

$this withSession(array $data) Set the session to the given array.

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

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

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

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

2025-01-10 15:47:30