BlockExampleTest::$modules

Modules to enable.

Type: array

File

modules/block_example/tests/src/Functional/BlockExampleTest.php, line 27

Class

BlockExampleTest
Test the configuration options and block created by Block Example module.

Namespace

Drupal\Tests\block_example\Functional

Code

protected static $modules = [
  'block',
  'block_example',
];