You are here

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

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

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/StyleMappingTest.php, line 19
Contains \Drupal\views\Tests\Plugin\StyleMappingTest.

Class

StyleMappingTest
Tests mapping style functionality.

Namespace

Drupal\views\Tests\Plugin

Code

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