You are here

public static property TaxTypePluginTest::$modules in Drupal Commerce Connector for AvaTax 8

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

tests/src/Kernel/TaxTypePluginTest.php, line 43

Class

TaxTypePluginTest
Tests the tax type plugin.

Namespace

Drupal\Tests\commerce_avatax\Kernel

Code

public static $modules = [
  'path',
  'commerce_tax',
  'commerce_avatax',
];