PHP 클래스 Neos\Neos\Tests\Unit\TypoScript\PluginImplementationTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$mockControllerContext Neos\Flow\Mvc\Controller\ControllerContext
$mockTsRuntime Neos\Fusion\Core\Runtime
$pluginImplementation Neos\Neos\TypoScript\PluginImplementation

공개 메소드들

메소드 설명
evaluateSetHeaderIntoParent ( $message, $input, $expected ) Test if the response headers of the plugin - set within the plugin action / dispatch - were set into the parent response.
responseHeadersDataprovider ( ) : array
setUp ( )

비공개 메소드들

메소드 설명
_setHeadersIntoResponse ( Response $response, $headers ) Sets the array based headers into the Response

메소드 상세

evaluateSetHeaderIntoParent() 공개 메소드

Test if the response headers of the plugin - set within the plugin action / dispatch - were set into the parent response.
public evaluateSetHeaderIntoParent ( $message, $input, $expected )

responseHeadersDataprovider() 공개 메소드

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$mockControllerContext 보호되어 있는 프로퍼티

protected ControllerContext,Neos\Flow\Mvc\Controller $mockControllerContext
리턴 Neos\Flow\Mvc\Controller\ControllerContext

$mockTsRuntime 보호되어 있는 프로퍼티

protected Runtime,Neos\Fusion\Core $mockTsRuntime
리턴 Neos\Fusion\Core\Runtime

$pluginImplementation 보호되어 있는 프로퍼티

protected PluginImplementation,Neos\Neos\TypoScript $pluginImplementation
리턴 Neos\Neos\TypoScript\PluginImplementation