LegacyForumTest::$modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/forum/tests/src/Kernel/LegacyForumTest.php, line 15

Class

LegacyForumTest
Tests Legacy forum code.

Namespace

Drupal\Tests\forum\Kernel

Code

protected static $modules = [
    'comment',
    'forum',
    'system',
    'taxonomy',
    'text',
    'user',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.