You are here

public static property StaticContextTest::$modules in Page Manager 8

@todo Remove dependency on the UI module or move to the UI module tests, in https://www.drupal.org/node/2659638.

File

page_manager_ui/src/Tests/StaticContextTest.php, line 25
Contains \Drupal\page_manager_ui\Tests\StaticContextTest.

Class

StaticContextTest
Tests static context for pages.

Namespace

Drupal\page_manager_ui\Tests

Code

public static $modules = [
  'page_manager',
  'page_manager_ui',
  'node',
];