ComponentKernelTestBase::$modules

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Components/ComponentKernelTestBase.php \Drupal\KernelTests\Components\ComponentKernelTestBase::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php, line 22

Class

ComponentKernelTestBase
Defines a base class for component kernel tests.

Namespace

Drupal\Tests\Core\Theme\Component

Code

protected static $modules = [
  'system',
  'user',
  'serialization',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.