You are here

protected static property DbtngExampleRepositoryTest::$modules in Examples for Developers 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

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',
];