Neos\Fusion\Tests\Functional\TypoScriptObjects\TemplateTest::expressionCanBeOverridenWithSimpleValueForTemplate PHP Метод

expressionCanBeOverridenWithSimpleValueForTemplate() публичный Метод

    public function expressionCanBeOverridenWithSimpleValueForTemplate()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('template/overrideWithSimpleValueInTemplate');
        $this->assertSame('3', $view->render(), 'JSON encoded value should be a number');
    }