eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Configuration\Parser\CommonTest::getContainerExtensions PHP Метод

getContainerExtensions() защищенный Метод

protected getContainerExtensions ( )
    protected function getContainerExtensions()
    {
        $this->suggestionCollector = $this->getMock('eZ\\Bundle\\EzPublishCoreBundle\\DependencyInjection\\Configuration\\Suggestion\\ConfigSuggestion\\SuggestionCollectorInterface');
        return array(new EzPublishCoreExtension(array(new Common())));
    }