File
- drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php, line 25
- Definition of Drupal\forum\Tests\ForumIndexTest.
Class
- ForumIndexTest
- Tests the forum index listing.
Namespace
Drupal\forum\Tests
Code
public static function getInfo() {
return array(
'name' => 'Forum index',
'description' => 'Tests the forum index listing.',
'group' => 'Forum',
);
}