public static function SkinrContextApiTestCase::getInfo in Skinr 7.2
Same name and namespace in other branches
- 8.2 skinr_context/tests/skinr_context.test \SkinrContextApiTestCase::getInfo()
File
- skinr_context/
tests/ skinr_context.test, line 14 - Tests for the Skinr Context module.
Class
- SkinrContextApiTestCase
- Tests Skinr Context API functionality.
Code
public static function getInfo() {
return array(
'name' => 'Context - API',
'description' => 'Tests Skinr Context API functionality.',
'dependencies' => array(
'ctools',
'context',
),
'group' => 'Skinr',
);
}