public static property CommentLanguageTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Tests/CommentLanguageTest.php \Drupal\comment\Tests\CommentLanguageTest::modules
Modules to install.
We also use the language_test module here to be able to turn on content language negotiation. Drupal core does not provide a way in itself to do that.
Type: array
File
- core/
modules/ comment/ src/ Tests/ CommentLanguageTest.php, line 33 - Contains \Drupal\comment\Tests\CommentLanguageTest.
Class
- CommentLanguageTest
- Tests for comment language.
Namespace
Drupal\comment\TestsCode
public static $modules = array(
'node',
'language',
'language_test',
'comment_test',
);