You are here

public static property FlagCountExtensionTest::$modules in Flag 8.4

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/FlagCountExtensionTest.php, line 26

Class

FlagCountExtensionTest
Browser tests for the flag.twig.count service.

Namespace

Drupal\Tests\flag\FunctionalJavascript

Code

public static $modules = [
  'views',
  'flag',
  'flag_bookmark',
  'flag_count',
];