You are here

protected static property AssertLegacyTraitDeprecatedTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php \Drupal\FunctionalTests\Core\Test\AssertLegacyTraitDeprecatedTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/tests/Drupal/FunctionalTests/Core/Test/AssertLegacyTraitDeprecatedTest.php, line 20

Class

AssertLegacyTraitDeprecatedTest
Tests deprecated AssertLegacyTrait functionality.

Namespace

Drupal\FunctionalTests\Core\Test

Code

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