You are here

public static property PhpArgumentValidatorTest::$modules in PHP 8

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

src/Tests/Plugin/views/PhpArgumentValidatorTest.php, line 30

Class

PhpArgumentValidatorTest
Tests Views PHP argument validators.

Namespace

Drupal\php\Tests\Plugin\views

Code

public static $modules = [
  'filter',
  'php',
  'php_views_test_config',
];