You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/OnlyOneAdminSettingsTest.php, line 24

Class

OnlyOneAdminSettingsTest
Test the onlyone_admin_settings configuration form.

Namespace

Drupal\Tests\onlyone\Functional

Code

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