You are here

protected function ClientFactoryTest::setUp in Drupal Commerce Connector for AvaTax 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/ClientFactoryTest.php, line 35

Class

ClientFactoryTest
Tests the API client factory.

Namespace

Drupal\Tests\commerce_avatax\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this->config = [
    'account_id' => 'DUMMY ACCOUNT',
    'license_key' => 'DUMMY KEY',
    'api_mode' => 'development',
  ];
}