public static function AsafCommonTests::getInfo in Asaf (ajax submit for any form) 8
Same name and namespace in other branches
- 7 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',
);
}