function BootstrapAutoloadTestCase::getInfo

File

modules/simpletest/tests/bootstrap.test, line 337

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',
  );
}

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