You are here

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

Modules to enable.

Type: array

Overrides CommerceKernelTestBase::$modules

File

modules/price/tests/src/Kernel/FormattedPriceTest.php, line 22

Class

FormattedPriceTest
Tests the formatted price data type for price fields.

Namespace

Drupal\Tests\commerce_price\Kernel

Code

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