MocksApplicationServices::expectsEvents()
  • References/PHP/Laravel/Foundation/Testing/Concerns

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

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

$this seeIsSelected(string $selector, string $value, bool $negate = false)

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

$this withoutObservers(array|string $observers) Specify a list of observers

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

$this dontSeeInElement(string $element, string $text) Assert that a given

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

void __construct(string $selector, mixed $value) Create a new constraint

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

$this doesntExpectEvents(array|string $events) Specify a list of events

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

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

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

$this visitRoute(string $route, array $parameters = array()) Visit the

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

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

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

Response route(string $method, string $name, array $routeParameters = array()

2025-01-10 15:47:30