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

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

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

$this actingAs(Authenticatable $user, string|null

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

$this seeLink(string $text, string|null $url = null, bool $negate = false)

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

$this get(string $uri, array $headers = array()) Visit the given URI with

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

$this withoutMiddleware() Disable middleware for the test.

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

WithoutMiddleware trait WithoutMiddleware (

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

$this seeIsChecked(string $selector, bool $negate = false) Assert that

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

$this seeInField(string $selector, string $expected, bool $negate = false)

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

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

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

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

2025-01-10 15:47:30