You are here

public static property Fast404PathTest::$modules in Fast 404 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/Fast404PathTest.php \Drupal\Tests\fast404\Functional\Fast404PathTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/Fast404PathTest.php, line 25

Class

Fast404PathTest
Tests the path checking functionality.

Namespace

Drupal\Tests\fast404\Functional

Code

public static $modules = [
  'fast404',
  'node',
  'path',
  'taxonomy',
];