/**
  * This will run at the beginning of every test method
  */
 public function setUp()
 {
     // Parent setup
     parent::SetUp();
     Session::start();
     // Instantiate SocialHelper class
     $this->viewHelper = new viewHelper();
 }
 public function setUp()
 {
     parent::SetUp();
     $this->service = new CodeTrim\Services\CatalogService();
 }
 public function setUp()
 {
     parent::SetUp();
     $this->faker = Faker\Factory::create();
     $this->service = new ProductService();
 }
Exemplo n.º 4
0
 public function SetUp()
 {
     parent::SetUp();
 }
 public function setUp()
 {
     parent::SetUp();
     $this->createSettings();
     $this->catalogService = new CatalogService();
 }
 public function setUp()
 {
     parent::SetUp();
     $this->service = new TaxService();
 }
 public function setUp()
 {
     parent::SetUp();
     $this->service = new CountryService();
 }
Exemplo n.º 8
0
 public function SetUp()
 {
     parent::SetUp();
     $this->property_service = \App::make(PropertyServiceInterface::class);
 }
 public function setUp()
 {
     parent::SetUp();
     $this->service = new \CodeTrim\Services\ShippingMethodService();
 }
 public function setUp()
 {
     parent::SetUp();
     $this->service = new LanguageService();
 }