Elcodi\Plugin\CustomShippingBundle\Tests\UnitTest\Provider\ShippingRangesProviderTest::getCarrierRepository PHP Method

getCarrierRepository() private method

Get carrier repository prophecy object
private getCarrierRepository ( ) : Elcodi\Plugin\CustomShippingBundle\Repository\CarrierRepository
return Elcodi\Plugin\CustomShippingBundle\Repository\CarrierRepository Carrier repository
    private function getCarrierRepository()
    {
        return $this->prophesize('Elcodi\\Plugin\\CustomShippingBundle\\Repository\\CarrierRepository');
    }