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

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

2025-01-10 15:47:30
InteractsWithPages::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
Foundation\Testing\Constraints
  • References/PHP/Laravel/Foundation/Testing

Illuminate\Foundation\Testing\Constraints Classes

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

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

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

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

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

string toString() Returns a string representation of the object.

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

void dump() Dump the content from the last response.

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

void be(Authenticatable $user, string|null $driver

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

abstract HttpKernelInterface createApplication() Creates

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