public static property CommentStringIdEntitiesTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'comment',
'user',
'field',
'field_ui',
'entity_test',
'text',
);