You are here

public static property PriceCalculatorTest::$modules in Commerce Core 8.2

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/order/tests/src/Kernel/PriceCalculatorTest.php, line 61

Class

PriceCalculatorTest
Tests the price calculator.

Namespace

Drupal\Tests\commerce_order\Kernel

Code

public static $modules = [
  'commerce_promotion',
  'commerce_tax',
  'commerce_order_test',
];