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