You are here

public static property LoggerWebTest::$modules in Ultimate Cron 8.2

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LoggerWebTest.php, line 23

Class

LoggerWebTest
Tests that scheduler plugins are discovered correctly.

Namespace

Drupal\Tests\ultimate_cron\Functional

Code

public static $modules = [
  'ultimate_cron',
  'ultimate_cron_logger_test',
];