Class BaseControllerTest.
Base controller test.
author |
Donii Sergii doniysa@gmail.com |
---|---|
package |
Default |
__construct( $name = null, array $data = array(), $dataName = '')
array
clear()
createApplication() : \Silex\Application
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
detectRedirectResponse(\Symfony\Component\HttpFoundation\Response|string|null $response) : null|\Symfony\Component\HttpFoundation\Response
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
\Symfony\Component\HttpFoundation\Response|string|null
null|\Symfony\Component\HttpFoundation\Response
downMigrationTrait()
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
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
getAppClass() : \sonrac\FCoverage\TestApplication
getApplication() : \Silex\Application
getConnection() : \Doctrine\DBAL\Connection
getControllerActionFromRouteConfig(string $method, string $uri) : string|\Closure|\Symfony\Component\HttpFoundation\Response
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
string
string
string|\Closure|\Symfony\Component\HttpFoundation\Response
getCountRedirects() : integer
getCrawler() : \Symfony\Component\DomCrawler\Crawler
getPredefinedServerVars() : array
getResponse(\Closure $callback) : mixed|\Symfony\Component\HttpFoundation\Response
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
\Closure
Closure for run
mixed|\Symfony\Component\HttpFoundation\Response
getResponseObject() : \Symfony\Component\HttpFoundation\Response|null
incrementCountRedirects()
author |
Donii Sergii doniysa@gmail.com |
---|---|
initInitMigrationAppTrait()
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
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
prepareMigrations()
author |
Donii Sergii doniysa@gmail.com |
---|---|
prepareParams(string $method, array $data, string|array $query) : string|null
author |
Donii Sergii doniysa@gmail.com |
---|
string
Query method
array
Post data
string|array
Query string
string|null
prepareServerVariables(array $options)
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
returnResponseFromHttpException(\Symfony\Component\HttpKernel\Exception\HttpException $httpException) : \Symfony\Component\HttpFoundation\Response
author |
Donii Sergii doniysa@gmail.com |
---|
\Symfony\Component\HttpKernel\Exception\HttpException
\Symfony\Component\HttpFoundation\Response
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)
setApplication(\Silex\Application $app)
setClearCountRedirects(boolean $clear) : $this
setCountRedirects(integer $_countRedirects)
setThrowExceptionOnRedirect(boolean $throwExceptionOnRedirect)
setUpBeforeClass()
Throws |
|
---|
shackCase(string $input) : string
tearDownAfterClass()
Throws |
|
---|
triggerKernelEvent(string $eventName, \Symfony\Component\EventDispatcher\Event $class = null) : null|\Symfony\Component\HttpFoundation\Response
author |
Donii Sergii doniysa@gmail.com |
---|---|
Throws |
|
string
Event name
\Symfony\Component\EventDispatcher\Event
Event class
null|\Symfony\Component\HttpFoundation\Response
request : \Symfony\Component\HttpFoundation\Request
app : \Silex\Application
response : \Symfony\Component\HttpFoundation\Response
crawler : \Symfony\Component\DomCrawler\Crawler
originServerVars : array
allowRedirect : boolean|integer
throwExceptionOnRedirect : boolean
clearCountRedirects : boolean
countRedirects : integer
runMigration : boolean