You are here

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

Same name in this branch
  1. 8.2 modules/tax/tests/src/Kernel/OrderIntegrationTest.php \Drupal\Tests\commerce_tax\Kernel\OrderIntegrationTest::modules
  2. 8.2 modules/log/tests/src/Kernel/OrderIntegrationTest.php \Drupal\Tests\commerce_log\Kernel\OrderIntegrationTest::modules

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/log/tests/src/Kernel/OrderIntegrationTest.php, line 52

Class

OrderIntegrationTest
Tests integration with order events.

Namespace

Drupal\Tests\commerce_log\Kernel

Code

public static $modules = [
  'commerce_log',
  'commerce_log_test',
];