TestCase
class TestCase extends TestCase
Properties
$app |
Methods
void
setUp()
No description
request(string $uri, string $method = 'GET', array $parameters = [], array $cookies = [], array $files = [], array $server = [], string|resource|null $content = null)
Creates a Request based on a given URI and configuration.
get(string $uri, array $headers = [])
No description
Details
at line 14
void
setUp()
at line 37
TestCase
request(string $uri, string $method = 'GET', array $parameters = [], array $cookies = [], array $files = [], array $server = [], string|resource|null $content = null)
Creates a Request based on a given URI and configuration.
The information contained in the URI always take precedence over the other information (server and parameters).