Trait ControllersTestTrait
Controllers test trait.
author |
Donii Sergii doniysa@gmail.com |
---|---|
package |
Default |
clear()
delete(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
string
The URI to fetch
array
The Request parameters
array
The files
array
The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)
string
The raw body data
boolean
Whether to update the history or not (only used internally for back(), forward(), and reload())
$this
get(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
string
The URI to fetch
array
The Request parameters
array
The files
array
The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)
string
The raw body data
boolean
Whether to update the history or not (only used internally for back(), forward(), and reload())
$this
getAllowRedirect() : boolean|integer
getConnection() : \Doctrine\DBAL\Connection
getCountRedirects() : integer
getResponseObject() : \Symfony\Component\HttpFoundation\Response|null
isClearCountRedirects() : boolean
isThrowExceptionOnRedirect() : boolean
patch(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
string
The URI to fetch
array
The Request parameters
array
The files
array
The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)
string
The raw body data
boolean
Whether to update the history or not (only used internally for back(), forward(), and reload())
$this
post(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
string
The URI to fetch
array
The Request parameters
array
The files
array
The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)
string
The raw body data
boolean
Whether to update the history or not (only used internally for back(), forward(), and reload())
$this
put(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
string
The URI to fetch
array
The Request parameters
array
The files
array
The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)
string
The raw body data
boolean
Whether to update the history or not (only used internally for back(), forward(), and reload())
$this
request(string $method, string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
string
The request method
string
The URI to fetch
array
The Request parameters
array
The files
array
The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)
string
The raw body data
boolean
Whether to update the history or not (only used internally for back(), forward(), and reload())
$this
seeCountInTable(string $table, integer $count, array|null $params = null) : $this
author |
Donii Sergii doniysa@gmail.com |
---|
string
integer
array|null
$this
seeHeader(string $header, null $value = null) : $this
string
null
$this
seeInDatabase(string $table, array|string $condition) : $this
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
string
Table name.
array|string
Where condition.
$this
seeJsonStructure(array $struct, array $data = null) : $this
array
array
$this
seeStatusCode(integer $statusCode) : $this
Throws |
|
---|
integer
$this
setAllowRedirect(boolean|integer $allowRedirect)
setClearCountRedirects(boolean $clear) : $this
setCountRedirects(integer $_countRedirects)
setThrowExceptionOnRedirect(boolean $throwExceptionOnRedirect)
allowRedirect : boolean|integer
throwExceptionOnRedirect : boolean
clearCountRedirects : boolean
countRedirects : integer