You are here

public static property ProductBehaviorInvocationTest::$modules in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x modules/rh_commerce/tests/src/Functional/ProductBehaviorInvocationTest.php \Drupal\Tests\rh_commerce\Functional\ProductBehaviorInvocationTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides RabbitHoleBehaviorInvocationTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/rh_commerce/tests/src/Functional/ProductBehaviorInvocationTest.php, line 27

Class

ProductBehaviorInvocationTest
Test that rabbit hole behaviors are invoked correctly for commerce products.

Namespace

Drupal\Tests\rh_commerce\Functional

Code

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