You are here

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

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

Overrides CommerceKernelTestBase::$modules

File

tests/src/Kernel/ChainTaxCodeResolverTest.php, line 23

Class

ChainTaxCodeResolverTest
Tests the chain tax code resolver.

Namespace

Drupal\Tests\commerce_avatax\Kernel

Code

public static $modules = [
  'entity_reference_revisions',
  'path',
  'profile',
  'state_machine',
  'commerce_product',
  'commerce_order',
  'commerce_tax',
  'commerce_avatax',
];