BaseControllerTest

Extends \sonrac\FCoverage\OnceMigrationUnitTest

Class BaseControllerTest.

Base controller test.

author

Donii Sergii doniysa@gmail.com

package

Default

Methods

__construct

__construct( $name = null, array $data = array(),  $dataName = '') 

Arguments

$name

$data

array

$dataName

Clear global arrays.

clear() 
inherited

Create application.

createApplication() : \Silex\Application
author

Donii Sergii doniysa@gmail.com

Response

\Silex\Application

Calls a DELETE URI.

delete(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
inherited

Arguments

$uri

string

The URI to fetch

$parameters

array

The Request parameters

$files

array

The files

$server

array

The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)

$content

string

The raw body data

$changeHistory

boolean

Whether to update the history or not (only used internally for back(), forward(), and reload())

Response

$this

Detect redirect and redirect.

detectRedirectResponse(\Symfony\Component\HttpFoundation\Response|string|null $response) : null|\Symfony\Component\HttpFoundation\Response
author

Donii Sergii doniysa@gmail.com

Throws
\Throwable
\sonrac\FCoverage\MaxRedirectException

Arguments

$response

\Symfony\Component\HttpFoundation\Response|string|null

Response

null|\Symfony\Component\HttpFoundation\Response

Rollback migrations.

downMigrationTrait() 
inherited static
author

Donii Sergii doniysa@gmail.com

Throws
\Exception

Calls a GET URI.

get(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
inherited

Arguments

$uri

string

The URI to fetch

$parameters

array

The Request parameters

$files

array

The files

$server

array

The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)

$content

string

The raw body data

$changeHistory

boolean

Whether to update the history or not (only used internally for back(), forward(), and reload())

Response

$this

getAllowRedirect

getAllowRedirect() : boolean|integer
inherited
author

Donii Sergii doniysa@gmail.com

Response

boolean|integer

Get test application instance.

getAppClass() : \sonrac\FCoverage\TestApplication
inherited abstract

Get application.

getApplication() : \Silex\Application
author

Donii Sergii doniysa@gmail.com

Response

\Silex\Application

Get database connection.

getConnection() : \Doctrine\DBAL\Connection
inherited
author

Donii Sergii doniysa@gmail.com

Response

\Doctrine\DBAL\Connection

Get controller instance from request URI.

getControllerActionFromRouteConfig(string $method, string $uri) : string|\Closure|\Symfony\Component\HttpFoundation\Response
author

Donii Sergii doniysa@gmail.com

Throws
\Symfony\Component\HttpKernel\Exception\HttpException
\Symfony\Component\Routing\Exception\RouteNotFoundException
\Throwable
\Exception

Arguments

$method

string

$uri

string

Response

string|\Closure|\Symfony\Component\HttpFoundation\Response

Get count redirects.

getCountRedirects() : integer
inherited
author

Donii Sergii doniysa@gmail.com

Response

integer

Get crawler.

getCrawler() : \Symfony\Component\DomCrawler\Crawler
author

Donii Sergii doniysa@gmail.com

Response

\Symfony\Component\DomCrawler\Crawler

Get predefined server vars.

getPredefinedServerVars() : array
author

Donii Sergii doniysa@gmail.com

Response

array

Get response from closure callback.

getResponse(\Closure $callback) : mixed|\Symfony\Component\HttpFoundation\Response
author

Donii Sergii doniysa@gmail.com

Throws
\InvalidArgumentException
\Symfony\Component\HttpKernel\Exception\HttpException
\Throwable

Arguments

$callback

\Closure

Closure for run

Response

mixed|\Symfony\Component\HttpFoundation\Response

Get response object.

getResponseObject() : \Symfony\Component\HttpFoundation\Response|null
inherited
author

Donii Sergii doniysa@gmail.com

Response

\Symfony\Component\HttpFoundation\Response|null

Increment count redirects.

incrementCountRedirects() 
inherited
author

Donii Sergii doniysa@gmail.com

Init migration trait.

initInitMigrationAppTrait() 
inherited static
author

Donii Sergii doniysa@gmail.com

Throws
\Exception

Get is need clear count redirects.

isClearCountRedirects() : boolean
inherited
author

Donii Sergii doniysa@gmail.com

Response

boolean

Check is thrown exception on redirect.

isThrowExceptionOnRedirect() : boolean
inherited
author

Donii Sergii doniysa@gmail.com

Response

boolean

Calls a PATCH URI.

patch(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
inherited

Arguments

$uri

string

The URI to fetch

$parameters

array

The Request parameters

$files

array

The files

$server

array

The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)

$content

string

The raw body data

$changeHistory

boolean

Whether to update the history or not (only used internally for back(), forward(), and reload())

Response

$this

Calls a POST URI.

post(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
inherited

Arguments

$uri

string

The URI to fetch

$parameters

array

The Request parameters

$files

array

The files

$server

array

The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)

$content

string

The raw body data

$changeHistory

boolean

Whether to update the history or not (only used internally for back(), forward(), and reload())

Response

$this

Prepare migrations before run.

prepareMigrations() 
inherited static
author

Donii Sergii doniysa@gmail.com

Prepare $_POST/$_GET params before request set.

prepareParams(string $method, array $data, string|array $query) : string|null
author

Donii Sergii doniysa@gmail.com

Arguments

$method

string

Query method

$data

array

Post data

$query

string|array

Query string

Response

string|null

Prepare server variables.

prepareServerVariables(array $options) 
author

Donii Sergii doniysa@gmail.com

Arguments

$options

array

Calls a PUT URI.

put(string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
inherited

Arguments

$uri

string

The URI to fetch

$parameters

array

The Request parameters

$files

array

The files

$server

array

The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)

$content

string

The raw body data

$changeHistory

boolean

Whether to update the history or not (only used internally for back(), forward(), and reload())

Response

$this

Calls a URI.

request(string $method, string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, boolean $changeHistory = true) : $this
inherited abstract

Arguments

$method

string

The request method

$uri

string

The URI to fetch

$parameters

array

The Request parameters

$files

array

The files

$server

array

The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does)

$content

string

The raw body data

$changeHistory

boolean

Whether to update the history or not (only used internally for back(), forward(), and reload())

Response

$this

Return response object from \Symfony\Component\HttpKernel\Exception\HttpException exception.

returnResponseFromHttpException(\Symfony\Component\HttpKernel\Exception\HttpException $httpException) : \Symfony\Component\HttpFoundation\Response
author

Donii Sergii doniysa@gmail.com

Arguments

$httpException

\Symfony\Component\HttpKernel\Exception\HttpException

Response

\Symfony\Component\HttpFoundation\Response

See in table count records.

seeCountInTable(string $table, integer $count, array|null $params = null) : $this
inherited
author

Donii Sergii doniysa@gmail.com

Arguments

$table

string

$count

integer

$params

array|null

Response

$this

See header in response.

seeHeader(string $header, null $value = null) : $this
inherited

Arguments

$header

string

$value

null

Response

$this

See in database.

seeInDatabase(string $table, array|string $condition) : $this
inherited
author

Donii Sergii doniysa@gmail.com

Throws
\PHPUnit\Framework\AssertionFailedError

Arguments

$table

string

Table name.

$condition

array|string

Where condition.

Response

$this

See json structure.

seeJsonStructure(array $struct, array $data = null) : $this
inherited

Arguments

$struct

array

$data

array

Response

$this

See status code in response.

seeStatusCode(integer $statusCode) : $this
inherited
Throws
\PHPUnit\Framework\AssertionFailedError

Arguments

$statusCode

integer

Response

$this

setAllowRedirect

setAllowRedirect(boolean|integer $allowRedirect) 
inherited
author

Donii Sergii doniysa@gmail.com

Arguments

$allowRedirect

boolean|integer

Set application.

setApplication(\Silex\Application $app) 
author

Donii Sergii doniysa@gmail.com

Arguments

$app

\Silex\Application

Get is need clear count redirects.

setClearCountRedirects(boolean $clear) : $this
inherited
author

Donii Sergii doniysa@gmail.com

Arguments

$clear

boolean

Response

$this

Set count redirects.

setCountRedirects(integer $_countRedirects) 
inherited
author

Donii Sergii doniysa@gmail.com

Arguments

$_countRedirects

integer

Set thrown exception on redirect.

setThrowExceptionOnRedirect(boolean $throwExceptionOnRedirect) 
inherited
author

Donii Sergii doniysa@gmail.com

Arguments

$throwExceptionOnRedirect

boolean

{@inheritdoc}

setUpBeforeClass() 
inherited static
Throws
\Exception

Snack case.

shackCase(string $input) : string
author

Donii Sergii doniysa@gmail.com

Arguments

$input

string

Response

string

{@inheritdoc}

tearDownAfterClass() 
inherited static
Throws
\Exception

Trigger kernel event.

triggerKernelEvent(string $eventName, \Symfony\Component\EventDispatcher\Event $class = null) : null|\Symfony\Component\HttpFoundation\Response
author

Donii Sergii doniysa@gmail.com

Throws
\Throwable
\Exception
\Symfony\Component\HttpKernel\Exception\HttpException

Arguments

$eventName

string

Event name

$class

\Symfony\Component\EventDispatcher\Event

Event class

Response

null|\Symfony\Component\HttpFoundation\Response

Properties

Request object.

request : \Symfony\Component\HttpFoundation\Request
var
author

Donii Sergii doniysa@gmail.com

Type(s)

\Symfony\Component\HttpFoundation\Request

Application instance.

app : \Silex\Application
var
author

Donii Sergii doniysa@gmail.com

Type(s)

\Silex\Application

Response object.

response : \Symfony\Component\HttpFoundation\Response
var
author

Donii Sergii doniysa@gmail.com

Type(s)

\Symfony\Component\HttpFoundation\Response

Crawler.

crawler : \Symfony\Component\DomCrawler\Crawler
var
author

Donii Sergii doniysa@gmail.com

Type(s)

\Symfony\Component\DomCrawler\Crawler

Origin server vars.

originServerVars : array
var
author

Donii Sergii doniysa@gmail.com

Type(s)

array

If false - disable redirects. If number - max enabled redirects count.

allowRedirect : boolean|integer
inherited
var
author

Donii Sergii doniysa@gmail.com

Type(s)

boolean|integer

If true generate exception when count redirects more than `allowRedirect` value.

throwExceptionOnRedirect : boolean
inherited
var
author

Donii Sergii doniysa@gmail.com

Type(s)

boolean

Clear redirects count.

clearCountRedirects : boolean
inherited
var
author

Donii Sergii doniysa@gmail.com

Type(s)

boolean

Current count redirects.

countRedirects : integer
inherited
var
author

Donii Sergii doniysa@gmail.com

Type(s)

integer

Run migration if true or does not run otherwise.

runMigration : boolean
inherited static
var
author

Donii Sergii doniysa@gmail.com

Type(s)

boolean

Seeds list.

seeds : array
inherited static
var
author

Donii Sergii doniysa@gmail.com

Type(s)

array