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

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

    public function overriddenValueInPrototype()
    {
        $output = $this->simulateRendering('Test_OverriddenValueInPrototype.fusion');
        $this->assertTeaserConformsToBasicRendering($output);
        $this->assertMainContentConformsToBasicRendering($output);
        $this->assertSelectEquals('.sidebar > .neos-contentcollection > .typo3-neos-nodetypes-headline > div', 'Static Headline', true, $output);
        $this->assertSelectEquals('.sidebar > .neos-contentcollection > .typo3-neos-nodetypes-text > div', 'Below, you\'ll see the most recent activity', true, $output);
        $this->assertSelectEquals('.sidebar', '[COMMIT WIDGET]', true, $output);
    }