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