DbtngExampleRepositoryTest::$modules

Same name in other branches
  1. 3.x modules/dbtng_example/tests/src/Kernel/DbtngExampleRepositoryTest.php \Drupal\Tests\dbtng_example\Kernel\DbtngExampleRepositoryTest::modules
  2. 4.0.x modules/dbtng_example/tests/src/Kernel/DbtngExampleRepositoryTest.php \Drupal\Tests\dbtng_example\Kernel\DbtngExampleRepositoryTest::modules

Modules to enable.

Type: array

File

dbtng_example/tests/src/Kernel/DbtngExampleRepositoryTest.php, line 29

Class

DbtngExampleRepositoryTest
Kernel testing of the DbtngExampleRepository service.

Namespace

Drupal\Tests\dbtng_example\Kernel

Code

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