protected static property ForumIndexTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/forum/tests/src/Functional/ForumIndexTest.php \Drupal\Tests\forum\Functional\ForumIndexTest::modules
- 10 core/modules/forum/tests/src/Functional/ForumIndexTest.php \Drupal\Tests\forum\Functional\ForumIndexTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ forum/ tests/ src/ Functional/ ForumIndexTest.php, line 19
Class
- ForumIndexTest
- Tests the forum index listing.
Namespace
Drupal\Tests\forum\FunctionalCode
protected static $modules = [
'taxonomy',
'comment',
'forum',
];