You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/order/tests/src/Kernel/OrderRefreshTest.php, line 65

Class

OrderRefreshTest
Tests the order refresh process.

Namespace

Drupal\Tests\commerce_order\Kernel

Code

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