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

$this seeInElement(string $element, string $text, bool $negate = false) Assert

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

bool matches(Crawler|string $crawler) Check if the source or text is found

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

$this dontSeeElement(string $selector, array $attributes = array()) Assert

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

void session(array $data) Set the session to the given array.

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

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

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

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

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

$this dontSeeIsSelected(string $selector, string $value) Assert that the

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

void dump() Dump the content from the last response.

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

$this seeInElement(string $element, string $text, bool $negate = false) Assert

2025-01-10 15:47:30