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

$this within(string $element, Closure $callback)

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

$this assertResponseStatus(int $code) Assert that the client response has

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

$this visit(string $uri) Visit the given URI with a GET request.

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

InteractsWithPages trait InteractsWithPages (

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

void __construct(string $selector, array $attributes = array()) Create

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

PageConstraint class PageConstraint extends PHPUnit_Framework_Constraint (

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

$this assertRedirectedToAction(string $name, array $parameters = array(), array $with = array())

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

$this assertViewMissing(string $key) Assert that the response view is missing

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

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

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

$this assertRedirectedToAction(string $name, array $parameters = array(), array $with = array())

2025-01-10 15:47:30