WellCommerce\Bundle\CurrencyBundle\Tests\Repository\CurrencyRepositoryTest::get PHP Method

get() protected method

protected get ( )
    protected function get()
    {
        return $this->container->get('currency.repository');
    }
CurrencyRepositoryTest