Neos\Fusion\Tests\Unit\Core\ParserTest::getExpectedParseTreeForFixture16 PHP Метод

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

    protected function getExpectedParseTreeForFixture16()
    {
        $expectedParseTree = array('__prototypes' => array('TYPO3.Foo:Bar' => array('baz' => 'Hallo'), 'TYPO3.Foo:Bar2' => array('baz' => 'Foo', 'test2' => 42), 'Foo.Bar:Baz' => array('__prototypes' => array('Foo.Bar:Baz2' => array('test' => 'asdf'))), 'TYPO3.Foo:Bar3' => array('__prototypeObjectName' => 'TYPO3.Foo:Bar2', '__prototypeChain' => array('TYPO3.Foo:Bar2'))), 'test' => array('__prototypes' => array('TYPO3.Foo:Bar' => array('baz' => 'Hallo'))), 'foo' => array('bar' => array('__prototypes' => array('TYPO3.Foo:Bar2' => array('baz' => 'Foo', 'test2' => 42, 'blah' => array('__eelExpression' => 'my.expression()', '__value' => null, '__objectType' => null), 'blah2' => array('__eelExpression' => "my.expression('asdf')", '__value' => null, '__objectType' => null), 'blah3' => array('__eelExpression' => 'my.expression("as' . "\t\tsome stuff }\t\t" . '" + "df")', '__value' => null, '__objectType' => null), 'multiline2' => array('__eelExpression' => "my.expression(\t\tFoo.bar(\"foo\")\t)", '__value' => null, '__objectType' => null), 'multiline3' => array('__eelExpression' => "\t\tmy.expression(\t\t\tBar.foo(\"bar\")\t\t)\t", '__value' => null, '__objectType' => null), 'multiline4' => array('__eelExpression' => "my.expression(\t\t\"bla\",\t\t\"blubb\",\t\tTest()\t)", '__value' => null, '__objectType' => null), 'multiline5' => array('__eelExpression' => "'col-sm-'+\t\tString.split(q(node).parent().property('layout'), '-')[multiColumnIteration.index]", '__value' => null, '__objectType' => null))))));
        return $expectedParseTree;
    }