You are here

protected static property DefaultConfigurationTest::$modules in Allow a content type only once (Only One) 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/DefaultConfigurationTest.php, line 19

Class

DefaultConfigurationTest
Test the module configurations.

Namespace

Drupal\Tests\onlyone\Kernel

Code

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