public static function MoopapiWebTestCase::getInfo in Module Object Oriented Programming API 6
Same name and namespace in other branches
- 6.2 tests/moopapi.test \MoopapiWebTestCase::getInfo()
- 7.2 tests/moopapi.test \MoopapiWebTestCase::getInfo()
- 7 tests/moopapi.test \MoopapiWebTestCase::getInfo()
File
- tests/
moopapi.test, line 11
Class
- MoopapiWebTestCase
- Tests for Moopapi interface.
Code
public static function getInfo() {
return array(
'name' => 'Moopapi tests',
'description' => 'Tests for Moopapi interface',
'group' => 'Moopapi',
'dependencies' => array(
'autoload',
),
);
}