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