You are here

public static function AsafCommonTests::getInfo in Asaf (ajax submit for any form) 8

Same name and namespace in other branches
  1. 7 tests/asaf.test \AsafCommonTests::getInfo()

File

tests/asaf.test, line 40

Class

AsafCommonTests

Code

public static function getInfo() {
  return array(
    'name' => 'Asaf common tests',
    'description' => 'Asaf tests',
    'group' => 'Asaf',
  );
}