function DrupalSystemListingTestCase::getInfo

File

modules/simpletest/tests/common.test, line 2862

Class

DrupalSystemListingTestCase
Tests for the drupal_system_listing() function.

Code

public static function getInfo() {
    return array(
        'name' => 'Drupal system listing',
        'description' => 'Tests the mechanism for scanning system directories in drupal_system_listing().',
        'group' => 'System',
    );
}

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