You are here

public static property LoadTest::$modules in Datetime Extras 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LoadTest.php, line 20

Class

LoadTest
Basic test to ensure that main page loads with module enabled.

Namespace

Drupal\Tests\datetime_extras\Functional

Code

public static $modules = [
  'datetime',
  'datetime_extras',
];