You are here

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

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/RemoteIdItemTest.php, line 19

Class

RemoteIdItemTest
Tests the 'commerce_remote_id' field type.

Namespace

Drupal\Tests\commerce\Kernel

Code

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