Neos\Neos\Tests\Functional\Fusion\RenderingTest::assertSidebarConformsToBasicRendering PHP 메소드

assertSidebarConformsToBasicRendering() 보호된 메소드

Helper function for setting assertions
protected assertSidebarConformsToBasicRendering ( string $output )
$output string
    protected function assertSidebarConformsToBasicRendering($output)
    {
        $this->assertSelectEquals('.sidebar > .neos-contentcollection > .typo3-neos-nodetypes-headline > div > h1', 'Last Commits', 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);
    }