BlockExampleTest::$modules
Same name in other branches
- 3.x modules/block_example/tests/src/Functional/BlockExampleTest.php \Drupal\Tests\block_example\Functional\BlockExampleTest::modules
- 4.0.x modules/block_example/tests/src/Functional/BlockExampleTest.php \Drupal\Tests\block_example\Functional\BlockExampleTest::modules
Modules to enable.
Type: array
File
-
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\FunctionalCode
public static $modules = [
'block',
'block_example',
];