public static function BootstrapAutoloadTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 305

Class

BootstrapAutoloadTestCase
Tests the auto-loading behavior of the code registry.

Code

public static function getInfo() {
  return array(
    'name' => 'Code registry',
    'description' => 'Test that the code registry functions correctly.',
    'group' => 'Bootstrap',
  );
}