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

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

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
WithoutEvents
  • References/PHP/Laravel/Foundation/Testing

WithoutEvents trait WithoutEvents (

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

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

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

void assertSessionHas(string|array $key, mixed $value = null) Assert that

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

ApplicationTrait trait ApplicationTrait (

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