You are here

public static property CommerceExchangerTest::$modules in Commerce Exchanger 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 CommerceWebDriverTestBase::$modules

File

tests/src/FunctionalJavascript/CommerceExchangerTest.php, line 36

Class

CommerceExchangerTest
Tests the commerce exchanger UI.

Namespace

Drupal\Tests\commerce_exchanger\FunctionalJavascript

Code

public static $modules = [
  'commerce_price',
  'commerce_exchanger',
];