public static function CtoolsContextKeywordsSubstitutionTestCase::getInfo in Chaos Tool Suite (ctools) 7        
                          
                  
                        
File
 
   - tests/context.test, line 182
- Test the keyword substitution functionality.
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',
    ),
  );
}