You are here

public static property PhpTestBase::$modules in PHP 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/Functional/PhpTestBase.php, line 20

Class

PhpTestBase
Test if PHP filter works in general.

Namespace

Drupal\Tests\php\Functional

Code

public static $modules = [
  'node',
  'php',
];