You are here

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

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

Used by WebTestBase::setup()

We need theme_test for testing against test_basetheme and test_subtheme.

Type: array

Overrides ViewTestBase::$modules

See also

\Drupal\simpletest\WebTestBase::setup()

File

core/modules/views/src/Tests/ViewsThemeIntegrationTest.php, line 36
Contains \Drupal\views\Tests\ViewsThemeIntegrationTest.

Class

ViewsThemeIntegrationTest
Tests the Views theme integration.

Namespace

Drupal\views\Tests

Code

public static $modules = array(
  'views',
  'theme_test',
);