public static property ForumIndexTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/forum/src/Tests/ForumIndexTest.php \Drupal\forum\Tests\ForumIndexTest::modules
Modules to enable.
Type: array
File
- core/
modules/ forum/ src/ Tests/ ForumIndexTest.php, line 24 - Contains \Drupal\forum\Tests\ForumIndexTest.
Class
- ForumIndexTest
- Tests the forum index listing.
Namespace
Drupal\forum\TestsCode
public static $modules = array(
'taxonomy',
'comment',
'forum',
);