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

InteractsWithAuthentication trait InteractsWithAuthentication (

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

$this dontSeeJson(array $data = null) Assert that the response doesn't

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

void assertSessionHasAll(array $bindings) Assert that the session has a

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

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

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

void __construct(string $text) Create a new constraint instance.

2025-01-10 15:47:30
Foundation\Testing\Concerns
  • References/PHP/Laravel/Foundation/Testing

Illuminate\Foundation\Testing\Concerns Classes

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

$this expectsEvents(array|string $events) Specify a list of events that

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

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

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

void flushSession() Flush all of the current session data.

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

bool matches(Crawler|string $crawler) Check if the element is found in

2025-01-10 15:47:30