You are here

protected static property HumansTxtBasicTest::$modules in Humans.txt 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/HumansTxtBasicTest.php \Drupal\Tests\humanstxt\Functional\HumansTxtBasicTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/HumansTxtBasicTest.php, line 27

Class

HumansTxtBasicTest
Tests basic functionality of configured humans.txt files.

Namespace

Drupal\Tests\humanstxt\Functional

Code

protected static $modules = [
  'humanstxt',
  'user',
];