PHP Trait tests\helpers\ControllerTestHelper

显示文件 Open project: ngmy/webloyer

Public Methods

Method Description
delete ( $uri, array $data = [], array $headers = [] )
post ( $uri, array $data = [], array $headers = [] )
put ( $uri, array $data = [], array $headers = [] )

Protected Methods

Method Description
auth ( $obj = null, $data = [] )

Method Details

auth() protected method

protected auth ( $obj = null, $data = [] )

delete() public method

public delete ( $uri, array $data = [], array $headers = [] )
$data array
$headers array

post() public method

public post ( $uri, array $data = [], array $headers = [] )
$data array
$headers array

put() public method

public put ( $uri, array $data = [], array $headers = [] )
$data array
$headers array