/**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     setupDummyConfigFile();
     resetLog();
     $this->object = new AmazonServiceStatus('testStore', 'Inbound', true, null, __DIR__ . '/../test-config.php');
 }
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     setupDummyConfigFile();
     resetLog();
     $this->object = new AmazonReport('testStore', null, true, null, __DIR__ . '/../test-config.php');
 }
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     setupDummyConfigFile();
     resetLog();
     $this->object = new AmazonFulfillmentOrderCreator('testStore', true, null, __DIR__ . '/../test-config.php');
 }