InteractsWithPages::dontSeeLink()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeLink(string $text, string|null $url = null) Assert that a

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

InteractsWithContainer trait InteractsWithContainer (

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

void assertRedirectedTo(string $uri, array $with = array()) Assert whether

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

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

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

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

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

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

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

bool matches(Crawler|string $crawler) Determine if the checkbox is checked

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

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

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

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

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