DatabaseMigrations
  • References/PHP/Laravel/Foundation/Testing

DatabaseMigrations trait DatabaseMigrations (

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

$this seeElement(string $selector, array $attributes = array(), bool $negate = false)

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

Response call(string $method, string $uri, array $parameters = array(), array

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

void __construct(string $source) Create a new constraint instance.

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

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

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

$this dontSeeInField(string $selector, string $value) Assert that an input

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

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

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

int artisan(string $command, array $parameters = array()) Call artisan

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

Response callSecure(string $method, string $uri, array $parameters = array()

2025-01-10 15:47:30