TestCase::seeIsAuthenticated()
  • References/PHP/Laravel/Foundation/Testing

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

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

HttpException class HttpException extends PHPUnit_Framework_ExpectationFailedException (

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

string getInputOrTextAreaValue(Crawler $crawler) Get the value of an input

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

$this withSession(array $data) Set the session to the given array.

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

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

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

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

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

$this withoutMiddleware() Disable middleware for the test.

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

$this seeJsonEquals(array $data) Assert that the response contains an exact

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

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

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

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

2025-01-10 15:47:30