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

MakesHttpRequests trait MakesHttpRequests (

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

$this dontSeeIsChecked(string $selector) Assert that the given checkbox

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

TestCase class TestCase extends PHPUnit_Framework_TestCase (

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

string toString() Get a string representation of the object.

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

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

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

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

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

$this seeLink(string $text, string|null $url = null, bool $negate = false)

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

MocksApplicationServices trait MocksApplicationServices (

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

bool matches(Crawler|string $crawler) Check if the input contains the expected

2025-01-10 15:47:30