You are here

public static function MoopapiWebTestCase::getInfo in Module Object Oriented Programming API 7.2

Same name and namespace in other branches
  1. 6.2 tests/moopapi.test \MoopapiWebTestCase::getInfo()
  2. 6 tests/moopapi.test \MoopapiWebTestCase::getInfo()
  3. 7 tests/moopapi.test \MoopapiWebTestCase::getInfo()

File

tests/moopapi.test, line 12

Class

MoopapiWebTestCase
Tests that Patchwork library is available, installed and works properly and tests Moopapi interface.

Code

public static function getInfo() {
  return array(
    'name' => 'Moopapi tests',
    'description' => 'Tests that Patchwork library is available, installed and works properly and tests Moopapi interface.',
    'group' => 'Moopapi',
  );
}