public static function AsafUnitTests::getInfo in Asaf (ajax submit for any form) 7
Same name and namespace in other branches
- 8 tests/asaf.test \AsafUnitTests::getInfo()
File
- tests/
asaf.test, line 122
Class
Code
public static function getInfo() {
return array(
'name' => 'Asaf infrastructure tests',
'description' => '',
'group' => 'Asaf',
);
}