You are here

public static function ChrTestCase::getInfo in cURL HTTP Request 7

File

./chr.test, line 9
Tests for chr

Class

ChrTestCase
@file Tests for chr

Code

public static function getInfo() {
  return array(
    'name' => t('Chr tests'),
    'description' => t('One or more complete sentences explaining the test.'),
    'group' => t('Chr'),
  );
}