You are here

public static property PathNoCanonicalLinkTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php \Drupal\Tests\path\Kernel\PathNoCanonicalLinkTest::modules
  2. 10 core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php \Drupal\Tests\path\Kernel\PathNoCanonicalLinkTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php, line 21

Class

PathNoCanonicalLinkTest
Tests path alias deletion when there is no canonical link template.

Namespace

Drupal\Tests\path\Kernel

Code

public static $modules = [
  'path',
  'content_translation_test',
  'language',
  'entity_test',
  'user',
  'system',
];