public static function QuoteTest::getInfo in Quote 7
File
- tests/
quote.test, line 15 - Test the Quote filter.
Class
- QuoteTest
- @file Test the Quote filter.
Code
public static function getInfo() {
return array(
'name' => 'Quote',
'description' => 'Tests the Quote filter.',
'group' => 'Filter',
'dependencies' => array(),
);
}