You are here

public static property BlockContentWizardTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php \Drupal\Tests\block_content\Functional\Views\BlockContentWizardTest::modules
  2. 10 core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php \Drupal\Tests\block_content\Functional\Views\BlockContentWizardTest::modules

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php, line 17

Class

BlockContentWizardTest
Tests block_content wizard and generic entity integration.

Namespace

Drupal\Tests\block_content\Functional\Views

Code

public static $modules = [
  'block_content',
  'views_ui',
];