You are here

public static property ViewsAggregatorStyleTableTest::$modules in Views Aggregator Plus 8

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

tests/src/Functional/Plugin/ViewsAggregatorStyleTableTest.php, line 29

Class

ViewsAggregatorStyleTableTest
Tests the views aggregator result table style plugin.

Namespace

Drupal\Tests\views_aggregator\Functional\Plugin

Code

public static $modules = [
  // Modules for core functionality.
  'views',
  'views_aggregator',
  'views_aggregator_test_config',
];