public static function iToggleTestCase::getInfo in iToggle 7.2
File
- ./
itoggle.test, line 8 - iToggle tests.
Class
- iToggleTestCase
- @file iToggle tests.
Code
public static function getInfo() {
return array(
'name' => 'iToggle',
'description' => 'Ensure that the iToggle functionality works correctly.',
'group' => 'iToggle',
);
}