You are here

static function XAutoloadWebTestCase::getInfo in X Autoload 7.3

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

File

lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php, line 7

Class

XAutoloadWebTestCase

Namespace

Drupal\xautoload\Tests

Code

static function getInfo() {
  return array(
    'name' => 'X Autoload web test',
    'description' => 'Test xautoload class loading for an example module.',
    'group' => 'X Autoload',
  );
}