PHP 클래스 ApiPlatform\Core\Tests\Bridge\Symfony\Action\SwaggerUiActionTest

저자: Kévin Dunglas ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
getDoNotRunCurrentRequestParameters ( )
getInvokeParameters ( )
testDoNotRunCurrentRequest ( Request $request )
testInvoke ( Request $request, Prophecy\Prophecy\ProphecyInterface $twigProphecy )

메소드 상세

getDoNotRunCurrentRequestParameters() 공개 메소드

getInvokeParameters() 공개 메소드

public getInvokeParameters ( )

testDoNotRunCurrentRequest() 공개 메소드

public testDoNotRunCurrentRequest ( Request $request )
$request Symfony\Component\HttpFoundation\Request

testInvoke() 공개 메소드

public testInvoke ( Request $request, Prophecy\Prophecy\ProphecyInterface $twigProphecy )
$request Symfony\Component\HttpFoundation\Request
$twigProphecy Prophecy\Prophecy\ProphecyInterface