\HyperfTestHttpTestCase

Class HttpTestCase.

Summary

Methods
Properties
Constants
__construct()
__call()
get()
post()
json()
file()
No public properties found
No constants found
No protected methods found
$client
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : \Hyperf\Testing\Client

Type

\Hyperf\Testing\Client

Methods

__construct()

__construct(  $name = null, array  $data = array(),   $dataName = '') 

Parameters

$name
array $data
$dataName

__call()

__call(  $name,   $arguments) 

Parameters

$name
$arguments

get()

get(mixed  $uri, mixed  $data = [], mixed  $headers = []) : void

Parameters

mixed $uri
mixed $data
mixed $headers

post()

post(mixed  $uri, mixed  $data = [], mixed  $headers = []) : void

Parameters

mixed $uri
mixed $data
mixed $headers

json()

json(mixed  $uri, mixed  $data = [], mixed  $headers = []) : void

Parameters

mixed $uri
mixed $data
mixed $headers

file()

file(mixed  $uri, mixed  $data = [], mixed  $headers = []) : void

Parameters

mixed $uri
mixed $data
mixed $headers