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

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

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

Client class Client extends Client (

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

void seed(string $class = 'DatabaseSeeder') Seed a given database connection

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

$this seeJsonStructure(array $structure = null, array|null $responseData = null)

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

void be(Authenticatable $user, string|null $driver

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

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

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

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

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

IsSelected class IsSelected extends

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

Response action(string $method, string $action, array $wildcards = array(), array

2025-01-10 15:47:30