Sonata\tests\PriceBundle\DependencyInjection\SonataPriceExtensionTest::getDefaultConfig PHP Method

getDefaultConfig() protected method

Gets the configuration as an array.
protected getDefaultConfig ( ) : array
return array
    protected function getDefaultConfig()
    {
        return array(array('currency' => 'EUR'));
    }