PHP Class Neos\Neos\Tests\Unit\TypoScript\PluginImplementationTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$mockControllerContext Neos\Flow\Mvc\Controller\ControllerContext
$mockTsRuntime Neos\Fusion\Core\Runtime
$pluginImplementation Neos\Neos\TypoScript\PluginImplementation

Méthodes publiques

Méthode Description
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 ( )

Private Methods

Méthode Description
_setHeadersIntoResponse ( Response $response, $headers ) Sets the array based headers into the Response

Method Details

evaluateSetHeaderIntoParent() public méthode

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 méthode

public responseHeadersDataprovider ( ) : array
Résultat array

setUp() public méthode

public setUp ( )

Property Details

$mockControllerContext protected_oe property

protected ControllerContext,Neos\Flow\Mvc\Controller $mockControllerContext
Résultat Neos\Flow\Mvc\Controller\ControllerContext

$mockTsRuntime protected_oe property

protected Runtime,Neos\Fusion\Core $mockTsRuntime
Résultat Neos\Fusion\Core\Runtime

$pluginImplementation protected_oe property

protected PluginImplementation,Neos\Neos\TypoScript $pluginImplementation
Résultat Neos\Neos\TypoScript\PluginImplementation