You are here

public static property AmountFormattingFormWebTest::$modules in Currency 8.3

Same name in this branch
  1. 8.3 tests/src/Functional/Controller/AmountFormattingFormWebTest.php \Drupal\Tests\currency\Functional\Controller\AmountFormattingFormWebTest::modules
  2. 8.3 tests/src/Functional/Form/AmountFormattingFormWebTest.php \Drupal\Tests\currency\Functional\Form\AmountFormattingFormWebTest::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

tests/src/Functional/Form/AmountFormattingFormWebTest.php, line 14

Class

AmountFormattingFormWebTest
\Drupal\currency\Form\AmountFormattingForm web test.

Namespace

Drupal\Tests\currency\Functional\Form

Code

public static $modules = array(
  'currency',
);