You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityViewControllerTest.php \Drupal\system\Tests\Entity\EntityViewControllerTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/EntityViewControllerTest.php, line 24
Contains \Drupal\system\Tests\Entity\EntityViewControllerTest.

Class

EntityViewControllerTest
Tests EntityViewController functionality.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = array(
  'entity_test',
);