You are here

public static property CustomBlockVisibilityTest::$modules in Block Style Plugins 8

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

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

tests/src/Functional/CustomBlockVisibilityTest.php, line 20

Class

CustomBlockVisibilityTest
Test styles showing on content block types.

Namespace

Drupal\Tests\block_style_plugins\Functional

Code

public static $modules = [
  'block_style_plugins',
  'block_style_plugins_test',
];