PHP Class Sanpi\Behatch\HttpCall\Request\BrowserKit

Show file Open project: behatch/contexts Class Usage Examples

Protected Properties

Property Type Description
$mink

Public Methods

Method Description
__construct ( Behat\Mink\Mink $mink )
getContent ( )
getHttpHeader ( $name )
getHttpHeaders ( )
getMethod ( )
getParameters ( )
getServer ( )
getUri ( )
send ( $method, $url, $parameters = [], $files = [], $content = null, $headers = [] )
setHttpHeader ( $name, $value )

Protected Methods

Method Description
getRequest ( )

Method Details

__construct() public method

public __construct ( Behat\Mink\Mink $mink )
$mink Behat\Mink\Mink

getContent() public method

public getContent ( )

getHttpHeader() public method

public getHttpHeader ( $name )

getHttpHeaders() public method

public getHttpHeaders ( )

getMethod() public method

public getMethod ( )

getParameters() public method

public getParameters ( )

getRequest() protected method

protected getRequest ( )

getServer() public method

public getServer ( )

getUri() public method

public getUri ( )

send() public method

public send ( $method, $url, $parameters = [], $files = [], $content = null, $headers = [] )

setHttpHeader() public method

public setHttpHeader ( $name, $value )

Property Details

$mink protected property

protected $mink