You are here

public static property TagadelicAdminTest::$modules in Tagadelic 8.3

Modules to enable.

Type: array

File

src/Tests/TagadelicAdminTest.php, line 36

Class

TagadelicAdminTest
Tests for displaying tagadelic page.

Namespace

Drupal\tagadelic\Tests

Code

public static $modules = array(
  'node',
  'block',
  'menu_ui',
  'user',
  'taxonomy',
  'toolbar',
  'tagadelic',
);