PHP Класс Neos\Neos\Tests\Unit\TypoScript\PluginImplementationTest

Наследование: extends Neos\Flow\Tests\UnitTestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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() публичный Метод

public responseHeadersDataprovider ( ) : array
Результат array

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