PHP 클래스 Symfony\Component\HttpKernel\Tests\DataCollector\RequestDataCollectorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: symfony/symfony

공개 메소드들

메소드 설명
__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() 공개 메소드