You are here

static function XAutoloadUnitTestCase::getInfo in X Autoload 7.2

File

./xautoload.test, line 6

Class

XAutoloadUnitTestCase

Code

static function getInfo() {
  return array(
    'name' => 'X Autoload unit test',
    'description' => 'Test the xautoload class finder.',
    'group' => 'X Autoload',
  );
}