You are here

public static property ScriptManagerTest::$modules in Script Manager 8

Modules to test.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ScriptManagerTest.php, line 22

Class

ScriptManagerTest
Test the script manager module.

Namespace

Drupal\Tests\script_manager\Functional

Code

public static $modules = [
  'script_manager',
];