WellCommerce\Bundle\CouponBundle\Tests\Repository\CouponRepositoryTest::get PHP Method

get() protected method

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