public static property CronRunTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Functional/System/CronRunTest.php \Drupal\Tests\system\Functional\System\CronRunTest::modules
 - 10 core/modules/system/tests/src/Functional/System/CronRunTest.php \Drupal\Tests\system\Functional\System\CronRunTest::modules
 
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ System/ CronRunTest.php, line 22  
Class
- CronRunTest
 - Tests cron runs.
 
Namespace
Drupal\Tests\system\Functional\SystemCode
public static $modules = [
  'common_test',
  'common_test_cron_helper',
  'automated_cron',
];