You are here

public static property DateFormatAccessControlHandlerTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php \Drupal\Tests\system\Kernel\DateFormatAccessControlHandlerTest::modules
  2. 10 core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php \Drupal\Tests\system\Kernel\DateFormatAccessControlHandlerTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php, line 27

Class

DateFormatAccessControlHandlerTest
@coversDefaultClass \Drupal\system\DateFormatAccessControlHandler @group system

Namespace

Drupal\Tests\system\Kernel

Code

public static $modules = [
  'system',
  'user',
];