You are here

static function XAutoloadUnitTestCase::getInfo in X Autoload 7.3

Same name and namespace in other branches
  1. 7.5 lib/Drupal/xautoload/Tests/XAutoloadUnitTestCase.php \Drupal\xautoload\Tests\XAutoloadUnitTestCase::getInfo()
  2. 7.4 lib/Drupal/xautoload/Tests/XAutoloadUnitTestCase.php \Drupal\xautoload\Tests\XAutoloadUnitTestCase::getInfo()

Return value

array

File

lib/Drupal/xautoload/Tests/XAutoloadUnitTestCase.php, line 10

Class

XAutoloadUnitTestCase

Namespace

Drupal\xautoload\Tests

Code

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