You are here

protected static property ComponentsTest::$modules in Components! 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/ComponentsTest.php \Drupal\Tests\components\Functional\ComponentsTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ComponentsTest.php, line 19

Class

ComponentsTest
Tests the components module in a fully loaded Drupal instance.

Namespace

Drupal\Tests\components\Functional

Code

protected static $modules = [
  'system',
  'components',
  'components_test',
];