PHP Class Neos\Fusion\Tests\Functional\TypoScriptObjects\AbstractTypoScriptObjectTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext

Méthodes protégées

Méthode Description
assertMultipleTypoScriptPaths ( string $expected, string $basePath ) Used for TypoScript objects / Eel and plain value interoperability testing.
assertTypoScriptPath ( string $expected, string $path ) Renders the given TypoScript path and asserts that the result is the same es the given expected.
buildView ( ) : FusionView Helper to build a Fusion view object

Method Details

assertMultipleTypoScriptPaths() protected méthode

Renders TypoScripts in the following paths and expects given $expected as result each time: $basePath . 'TypoScript' $basePath . 'Eel' $basePath . 'PlainValue'
protected assertMultipleTypoScriptPaths ( string $expected, string $basePath )
$expected string
$basePath string

assertTypoScriptPath() protected méthode

Renders the given TypoScript path and asserts that the result is the same es the given expected.
protected assertTypoScriptPath ( string $expected, string $path )
$expected string
$path string

buildView() protected méthode

Helper to build a Fusion view object
protected buildView ( ) : FusionView
Résultat Neos\Fusion\View\FusionView

Property Details

$controllerContext protected_oe property

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