You are here

public static property PageManagerRoutingTest::$modules in Page Manager 8.4

Same name and namespace in other branches
  1. 8 tests/src/Kernel/PageManagerRoutingTest.php \Drupal\Tests\page_manager\Kernel\PageManagerRoutingTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/PageManagerRoutingTest.php, line 23

Class

PageManagerRoutingTest
Integration test for Page Manager routing.

Namespace

Drupal\Tests\page_manager\Kernel

Code

public static $modules = [
  'page_manager',
  'page_manager_routing_test',
  'path_alias',
];