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

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

    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);
    }