PHP Класс Symfony\Component\HttpKernel\Tests\DataCollector\RequestDataCollectorTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
__call ( $method, $args ) Magic method to allow non existing methods to be called and delegated.
__callStatic ( $method, $args ) Magic method to allow non existing methods to be called and delegated.
__invoke ( )
provideControllerCallables ( )
staticControllerMethod ( ) Dummy method used as controller callable.
testCollect ( )
testCollectWithoutRouteParams ( )
testControllerInspection ( $name, $callable, $expected )
testItIgnoresInvalidCallables ( )
testKernelResponseDoesNotStartSession ( )

Защищенные методы

Метод Описание
createRequest ( $routeParams = ['name' => 'foo'] )
createResponse ( )
injectController ( $collector, $controller, $request ) Inject the given controller callable into the data collector.

Приватные методы

Метод Описание
createRequestWithSession ( )

Описание методов

__call() публичный Метод

Magic method to allow non existing methods to be called and delegated.
public __call ( $method, $args )

__callStatic() публичный статический Метод

Magic method to allow non existing methods to be called and delegated.
public static __callStatic ( $method, $args )

__invoke() публичный Метод

public __invoke ( )

createRequest() защищенный Метод

protected createRequest ( $routeParams = ['name' => 'foo'] )

createResponse() защищенный Метод

protected createResponse ( )

injectController() защищенный Метод

Inject the given controller callable into the data collector.
protected injectController ( $collector, $controller, $request )

provideControllerCallables() публичный Метод

staticControllerMethod() публичный статический Метод

Dummy method used as controller callable.
public static staticControllerMethod ( )

testCollect() публичный Метод

public testCollect ( )

testCollectWithoutRouteParams() публичный Метод

testControllerInspection() публичный Метод

public testControllerInspection ( $name, $callable, $expected )

testItIgnoresInvalidCallables() публичный Метод

testKernelResponseDoesNotStartSession() публичный Метод