You are here

public static property ToolbarHookToolbarTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php \Drupal\toolbar\Tests\ToolbarHookToolbarTest::modules

Modules to enable.

Type: array

File

core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php, line 31
Contains \Drupal\toolbar\Tests\ToolbarHookToolbarTest.

Class

ToolbarHookToolbarTest
Tests the implementation of hook_toolbar() by a module.

Namespace

Drupal\toolbar\Tests

Code

public static $modules = array(
  'toolbar',
  'toolbar_test',
  'test_page_test',
);