You are here

public static property PhpConditionTest::$modules in PHP 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

src/Tests/Condition/PhpConditionTest.php, line 26

Class

PhpConditionTest
Tests that the PHP Condition, provided by php module, is working properly.

Namespace

Drupal\php\Tests\Condition

Code

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