You are here

wsconfig.test in Web Service Data 7

Tests for Web Service Configuration

File

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

/**
 * @file
 * Tests for Web Service Configuration
 */
class WsconfigTestCase extends DrupalWebTestCase {
  public static function getInfo() {
    return array(
      'name' => t('Web Service Configuration tests'),
      'description' => t('Test the web service configuration storage.'),
      'group' => t('Web Service Data'),
    );
  }
  function setUp() {
    parent::setUp('wsconfig');
  }

}

Classes

Namesort descending Description
WsconfigTestCase @file Tests for Web Service Configuration