public static function SimpleTestInstallationProfileModuleTestsTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/simpletest.test, line 589
Tests for simpletest.module.

Class

SimpleTestInstallationProfileModuleTestsTestCase
Verifies that tests bundled with installation profile modules are found.

Código

public static function getInfo() {
  return array(
    'name' => 'Installation profile module tests',
    'description' => 'Verifies that tests bundled with installation profile modules are found.',
    'group' => 'SimpleTest',
  );
}