You are here

wsfields.test in Web Service Data 7

Describe the file

File

modules/wsfields/tests/wsfields.test
View source
<?php

/**
 * @file
 * Describe the file
 */
class WsfieldsTestCase extends DrupalWebTestCase {
  public static function getInfo() {
    return array(
      'name' => t('Wsfields tests'),
      'description' => t('One or more complete sentences explaining the test.'),
      'group' => t('Web Service Data'),
    );
  }
  function setUp() {
    parent::setUp('wsfields');
  }

}

Classes

Namesort descending Description
WsfieldsTestCase @file Describe the file