function DrupalSystemListingCompatibleTestCase::getInfo

File

profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test, line 17

Class

DrupalSystemListingCompatibleTestCase
Helper to verify tests in installation profile modules.

Code

public static function getInfo() {
    return array(
        'name' => 'Installation profile module tests helper',
        'description' => 'Verifies that tests in installation profile modules are found and may use another profile for running tests.',
        'group' => 'Installation profile',
    );
}

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