AssertionsTrait::assertRedirectedToRoute()
  • References/PHP/Laravel/Foundation/Testing

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

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

void assertResponseOk() Assert that the client response has an OK status

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

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

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

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

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

$this dontSeeInElement(string $element, string $text) Assert that a given

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

$this handle(Request $request)

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

void assertSessionHas(string|array $key, mixed $value = null) Assert that

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

$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the

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

void __construct(string $selector, mixed $value) Create a new constraint

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

string toString() Get a string representation of the object. Placeholder

2025-01-10 15:47:30