You are here

public static property CommentStringIdEntitiesTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Tests/CommentStringIdEntitiesTest.php \Drupal\comment\Tests\CommentStringIdEntitiesTest::modules

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/comment/src/Tests/CommentStringIdEntitiesTest.php, line 25
Contains \Drupal\comment\Tests\CommentStringIdEntitiesTest.

Class

CommentStringIdEntitiesTest
Tests that comment fields cannot be added to entities with non-integer IDs.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'comment',
  'user',
  'field',
  'field_ui',
  'entity_test',
  'text',
);