You are here

public static property BlockContentPageViewTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Tests/BlockContentPageViewTest.php \Drupal\block_content\Tests\BlockContentPageViewTest::modules

Modules to enable.

Type: array

Overrides BlockContentTestBase::$modules

File

core/modules/block_content/src/Tests/BlockContentPageViewTest.php, line 22
Contains \Drupal\block_content\Tests\BlockContentPageViewTest.

Class

BlockContentPageViewTest
Create a block and test block access by attempting to view the block.

Namespace

Drupal\block_content\Tests

Code

public static $modules = array(
  'block_content_test',
);