You are here

protected static property ControllerTest::$modules in Authorization 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ControllerTest.php, line 20

Class

ControllerTest
Test description.

Namespace

Drupal\Tests\authorization\Kernel

Code

protected static $modules = [
  'authorization',
  'authorization_test',
];