You are here

public static property FlagFollowerInstallUninstallTest::$modules in Flag 8.4

Modules to enable.

Type: array

Overrides FlagKernelTestBase::$modules

File

modules/flag_follower/tests/src/Kernel/FlagFollowerInstallUninstallTest.php, line 16

Class

FlagFollowerInstallUninstallTest
Tests that the Flag follower module can be installed and uninstalled.

Namespace

Drupal\Tests\flag_follower\Kernel

Code

public static $modules = [
  'field',
  'text',
];