You are here

protected static property PhpUnitErrorTest::$modules in SimpleTest 8.3

Enable the simpletest module.

Type: string[]

Overrides KernelTestBase::$modules

File

tests/src/Kernel/PhpUnitErrorTest.php, line 20

Class

PhpUnitErrorTest
Tests PHPUnit errors are getting converted to Simpletest errors.

Namespace

Drupal\Tests\simpletest\Kernel

Code

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