function FormsFileInclusionTestCase::getInfo

File

modules/simpletest/tests/form.test, line 2171

Class

FormsFileInclusionTestCase
Tests form API file inclusion.

Code

public static function getInfo() {
    return array(
        'name' => 'Form API file inclusion',
        'description' => 'Tests form API file inclusion.',
        'group' => 'Form API',
    );
}

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