You are here

public static property TextFormatterTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/text/src/Tests/Formatter/TextFormatterTest.php \Drupal\text\Tests\Formatter\TextFormatterTest::modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/text/src/Tests/Formatter/TextFormatterTest.php, line 39
Contains \Drupal\text\Tests\Formatter\TextFormatterTest.

Class

TextFormatterTest
Tests the text formatters functionality.

Namespace

Drupal\text\Tests\Formatter

Code

public static $modules = array(
  'text',
);