You are here

public static function PlugBasicTest::getInfo in Plug 7

File

lib/Drupal/plug/Tests/PlugBasicTest.php, line 17
Basic tests cases for plug module.

Class

PlugBasicTest

Namespace

Drupal\plug\Tests

Code

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