public static function FppLocaleTest::getInfo in Fieldable Panels Panes (FPP) 7
File
- tests/
fpp.locale.test, line 16 - Confirm the language integration works correctly.
Class
- FppLocaleTest
- Confirm the language integration works correctly.
Code
public static function getInfo() {
return array(
'name' => 'FPP tests for language handling',
'description' => 'Confirm that language handling works correctly.',
'group' => 'FPP',
'dependencies' => array(
'ctools',
'panels',
'views',
),
);
}