You are here

public static function AsafUnitTests::getInfo in Asaf (ajax submit for any form) 7

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

File

tests/asaf.test, line 122

Class

AsafUnitTests

Code

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