protected static property CommentLinksTest::$modules in Drupal 10
Same name in this branch
- 10 core/modules/comment/tests/src/Functional/CommentLinksTest.php \Drupal\Tests\comment\Functional\CommentLinksTest::modules
- 10 core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php \Drupal\Tests\comment\Kernel\Views\CommentLinksTest::modules
Same name and namespace in other branches
- 8 core/modules/comment/tests/src/Functional/CommentLinksTest.php \Drupal\Tests\comment\Functional\CommentLinksTest::modules
- 9 core/modules/comment/tests/src/Functional/CommentLinksTest.php \Drupal\Tests\comment\Functional\CommentLinksTest::modules
Use the main node listing to test rendering on teasers.
@todo Remove this dependency.
Type: array
File
- core/
modules/ comment/ tests/ src/ Functional/ CommentLinksTest.php, line 40
Class
- CommentLinksTest
- Basic comment links tests to ensure markup present.
Namespace
Drupal\Tests\comment\FunctionalCode
protected static $modules = [
'views',
];