You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Plugin/ViewsBlockTest.php \Drupal\views\Tests\Plugin\ViewsBlockTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/ViewsBlockTest.php, line 26
Contains \Drupal\views\Tests\Plugin\ViewsBlockTest.

Class

ViewsBlockTest
Tests native behaviors of the block views plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'block',
  'block_test_views',
);