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

$this seeText(string $text, bool $negate = false) Assert that a given string

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

$this withSession(array $data) Set the session to the given array.

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

void __construct(PageConstraint

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

void be(Authenticatable $user, string|null $driver

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

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

2025-01-10 15:47:30
MakesHttpRequests::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
MakesHttpRequests::assertRedirectedToAction()
  • References/PHP/Laravel/Foundation/Testing/Concerns

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

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

AssertionsTrait trait AssertionsTrait (

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

Illuminate\Foundation\Testing\Constraints Classes

2025-01-10 15:47:30