You are here

chr.test in cURL HTTP Request 7

Tests for chr

File

chr.test
View source
<?php

/**
 * @file
 * Tests for chr
 */
class ChrTestCase extends DrupalWebTestCase {
  public static function getInfo() {
    return array(
      'name' => t('Chr tests'),
      'description' => t('One or more complete sentences explaining the test.'),
      'group' => t('Chr'),
    );
  }
  function setUp() {
    parent::setUp('chr');
  }

}

Classes

Namesort descending Description
ChrTestCase @file Tests for chr