function CtoolsContextKeywordsSubstitutionTestCase::getInfo
File
-
tests/
context.test, line 182
Class
- CtoolsContextKeywordsSubstitutionTestCase
- Test the keyword substitution functionality.
Code
public static function getInfo() {
return array(
'name' => 'Keywords substitution',
'description' => 'Verify that keywords are properly replaced with data.',
'group' => 'ctools',
'dependencies' => array(
'ctools',
),
);
}