Neos\Neos\Tests\Functional\Fusion\RenderingTest::overriddenValueInNestedPrototype2 PHP Метод

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

    public function overriddenValueInNestedPrototype2()
    {
        $output = $this->simulateRendering('Test_OverriddenValueInNestedPrototype2.fusion');
        $this->assertTeaserConformsToBasicRendering($output);
        $this->assertSelectEquals('.main > .neos-contentcollection > .acme-demo-threecolumn > .left > .neos-contentcollection > .typo3-neos-nodetypes-headline > div > header', 'Static Headline', true, $output);
        $this->assertSelectEquals('.main > .neos-contentcollection > .acme-demo-threecolumn > .center > .neos-contentcollection > .typo3-neos-nodetypes-headline > div > h1', 'Development Process', true, $output);
        $this->assertSidebarConformsToBasicRendering($output);
    }