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

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

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

$this seeJson(array $data = null, bool $negate = false) Assert that the

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

$this dontSee(string $text) Assert that a given string is not seen on the

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

$this json(string $method, string $uri, array $data = array(), array $headers = array())

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

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

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

$this seeCredentials(array $credentials, string|null $guard = null) Assert

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

$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert

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
MakesHttpRequests::dontSeeInField()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeInField(string $selector, string $value) Assert that an input

2025-01-10 15:47:30