Property | Type | Description | |
---|---|---|---|
$allCookies | |||
$container |
Method | Description | |
---|---|---|
call ( $path = '/', $method = 'GET', $parameters = [] ) | ||
login ( ) | ||
resetCookies ( ) | ||
restCall ( $path = '/', $method = 'GET', $postData = null, $failOnError = true ) | ||
setUp ( ) |
Method | Description | |
---|---|---|
createClient ( array $options = [], array $server = [] ) : |
Creates a Client. | |
getRoot ( ) |
protected static createClient ( array $options = [], array $server = [] ) : |
||
$options | array | An array of options to pass to the createKernel class |
$server | array | An array of server parameters |
return | A Client instance |
public restCall ( $path = '/', $method = 'GET', $postData = null, $failOnError = true ) |