You are here

public static property SvgFormatterTest::$modules in SVG Formatter 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/SvgFormatterTest.php, line 36

Class

SvgFormatterTest
Simple test to ensure that basic functionality of the module works.

Namespace

Drupal\Tests\svg_formatter\Functional

Code

public static $modules = [
  'system',
  'file',
  'media',
  'token',
  'svg_formatter',
];