You are here

public static property PaymentReferenceWebTest::$modules in Payment 8.2

Same name in this branch
  1. 8.2 modules/payment_reference/tests/src/Functional/Element/PaymentReferenceWebTest.php \Drupal\Tests\payment_reference\Functional\Element\PaymentReferenceWebTest::modules
  2. 8.2 modules/payment_reference/tests/src/Functional/Plugin/Field/FieldWidget/PaymentReferenceWebTest.php \Drupal\Tests\payment_reference\Functional\Plugin\Field\FieldWidget\PaymentReferenceWebTest::modules
  3. 8.2 modules/payment_reference/tests/src/Functional/Plugin/Field/FieldType/PaymentReferenceWebTest.php \Drupal\Tests\payment_reference\Functional\Plugin\Field\FieldType\PaymentReferenceWebTest::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 BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/payment_reference/tests/src/Functional/Element/PaymentReferenceWebTest.php, line 22

Class

PaymentReferenceWebTest
payment_reference element web test.

Namespace

Drupal\Tests\payment_reference\Functional\Element

Code

public static $modules = array(
  'payment',
  'payment_reference',
  'payment_reference_test',
  'payment_test',
  'text',
);