You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/EntityRevisionsTest.php, line 25
Contains \Drupal\system\Tests\Entity\EntityRevisionsTest.

Class

EntityRevisionsTest
Create a entity with revisions and test viewing, saving, reverting, and deleting revisions.

Namespace

Drupal\system\Tests\Entity

Code

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