You are here

static function ExampleTest::getInfo in X Autoload 7.2

File

modules/xautoload_example/lib/Drupal/xautoload_example/Tests/ExampleTest.php, line 7

Class

ExampleTest

Namespace

Drupal\xautoload_example\Tests

Code

static function getInfo() {
  return array(
    'name' => 'X Autoload example test',
    'description' => 'This test class is only to prove that disabled modules still have their tests working.',
    'group' => 'X Autoload Example',
  );
}