You are here

public static function ExtraTest::getInfo in Plug 7

File

modules/plug_example/lib/Drupal/plug_example/Tests/ExtraTest.php, line 30
Basic tests cases for plug_example module.

Class

ExtraTest

Namespace

Drupal\plug_example\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Plug Example extra tests',
    'description' => 'Plug example extra tests',
    'group' => 'Plug',
  );
}