You are here

protected static property TestViewsTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/TestViewsTest.php \Drupal\Tests\views\Kernel\TestViewsTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/views/tests/src/Kernel/TestViewsTest.php, line 25

Class

TestViewsTest
Tests that test views provided by all modules match schema.

Namespace

Drupal\Tests\views\Kernel

Code

protected static $modules = [
  'views_test_data',
];