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

InteractsWithDatabase trait InteractsWithDatabase (

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

$this dontSeeText(string $text) Assert that a given string is not seen

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

void assertHasOldInput() Assert that the session has old input.

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
PageConstraint::toString()
  • References/PHP/Laravel/Foundation/Testing/Constraints

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

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

$this dontSeeElement(string $selector, array $attributes = array()) Assert

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

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

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

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

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

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

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

$this actingAs(Authenticatable $user, string|null

2025-01-10 15:47:30