You are here

protected static property GithubBuildHooksTest::$modules in Build Hooks 3.x

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: array

Overrides BuildHooksKernelTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

modules/build_hooks_github/tests/src/Kernel/GithubBuildHooksTest.php, line 19

Class

GithubBuildHooksTest
Defines a test for the configuration form of the github workflow plugin.

Namespace

Drupal\Tests\build_hooks_github\Kernel

Code

protected static $modules = [
  'build_hooks',
  'build_hooks_github',
  'views',
  'build_hooks_test',
  'system',
  'user',
  'entity_test',
  'dynamic_entity_reference',
];