public static property CommentFieldAccessTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Tests/CommentFieldAccessTest.php \Drupal\comment\Tests\CommentFieldAccessTest::modules
Modules to install.
Type: array
Overrides EntityUnitTestBase::$modules
File
- core/
modules/ comment/ src/ Tests/ CommentFieldAccessTest.php, line 35 - Contains \Drupal\comment\Tests\CommentFieldAccessTest.
Class
- CommentFieldAccessTest
- Tests comment field level access.
Namespace
Drupal\comment\TestsCode
public static $modules = array(
'comment',
'entity_test',
'user',
);