You are here

public static property RouteProviderTest::$modules in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\RouteProviderTest::modules
  2. 8 core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php \Drupal\KernelTests\Core\Entity\RouteProviderTest::modules
Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\RouteProviderTest::modules

Modules to enable.

Overrides KernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php, line 41
Contains \Drupal\KernelTests\Core\Routing\RouteProviderTest.

Class

RouteProviderTest
Confirm that the default route provider is working correctly.

Namespace

Drupal\KernelTests\Core\Routing

Code

public static $modules = [
  'url_alter_test',
  'system',
  'language',
  'path_alias',
];