BlockBaseTest::$modules

Type: modules

File

core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php, line 20

Class

BlockBaseTest
Tests the BlockBase class, base for all block plugins.

Namespace

Drupal\KernelTests\Core\Block

Code

protected static $modules = [
    'system',
    'block',
    'block_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.