SkeletonTest::$modules

Modules to install.

This array of modules will be enabled when the fixture Drupal site is built. We leave it empty here because this is a skeleton test. A typical test will enable basic modules like node and user.

Type: string[]

File

modules/testing_example/tests/src/Functional/SkeletonTest.php, line 81

Class

SkeletonTest
Skeleton functional test.

Namespace

Drupal\Tests\testing_example\Functional

Code

protected static $modules = [];