You are here

protected static property RobotsTxtBasicTest::$modules in RobotsTxt 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RobotsTxtBasicTest.php, line 29

Class

RobotsTxtBasicTest
Tests basic functionality of configured robots.txt files.

Namespace

Drupal\Tests\robotstxt\Functional

Code

protected static $modules = [
  'robotstxt',
  'node',
  'robotstxt_test',
];