You are here

public static property PriceTwigExtensionTest::$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

modules/price/tests/src/Kernel/PriceTwigExtensionTest.php, line 18

Class

PriceTwigExtensionTest
Tests the price twig filter.

Namespace

Drupal\Tests\commerce_price\Kernel

Code

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