You are here

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

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Tests/FilterNoFormatTest.php \Drupal\filter\Tests\FilterNoFormatTest::modules

Modules to enable.

Type: array

File

core/modules/filter/src/Tests/FilterNoFormatTest.php, line 24
Contains \Drupal\filter\Tests\FilterNoFormatTest.

Class

FilterNoFormatTest
Tests the behavior of check_markup() when it is called without text format.

Namespace

Drupal\filter\Tests

Code

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