Neos\Neos\Tests\Functional\TypoScript\RenderingTest::overriddenValueInNestedPrototype PHP Method

overriddenValueInNestedPrototype() public method

    public function overriddenValueInNestedPrototype()
    {
        $output = $this->simulateRendering('Test_OverriddenValueInNestedPrototype.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 > header', 'Static Headline', true, $output);
        $this->assertSidebarConformsToBasicRendering($output);
    }