PHP Класс Neos\Fusion\Tests\Functional\TypoScriptObjects\AbstractTypoScriptObjectTest

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

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

Свойство Тип Описание
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext

Защищенные методы

Метод Описание
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

Описание методов

assertMultipleTypoScriptPaths() защищенный Метод

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() защищенный Метод

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() защищенный Метод

Helper to build a Fusion view object
protected buildView ( ) : FusionView
Результат Neos\Fusion\View\FusionView

Описание свойств

$controllerContext защищенное свойство

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
Результат Neos\Flow\Mvc\Controller\ControllerContext