public static property CommentBlockTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Tests/CommentBlockTest.php \Drupal\comment\Tests\CommentBlockTest::modules
Modules to install.
Type: array
Overrides CommentTestBase::$modules
File
- core/
modules/ comment/ src/ Tests/ CommentBlockTest.php, line 25 - Contains \Drupal\comment\Tests\CommentBlockTest.
Class
- CommentBlockTest
- Tests comment block functionality.
Namespace
Drupal\comment\TestsCode
public static $modules = array(
'block',
'views',
);