You are here

function _wsfields_storage_test_wsconfig_types in Web Service Data 7

Test wsconfig type definition

Parameters

string $url: Base url to this test

1 call to _wsfields_storage_test_wsconfig_types()
WsfieldsStorageTestCase::setUp in modules/wsfields_storage/wsfields_storage.test
Sets up a Drupal site for running functional and integration tests.

File

modules/wsfields_storage/wsfields_storage.test, line 140
Describe the file

Code

function _wsfields_storage_test_wsconfig_types($url) {
  return array(
    'type' => 'test_wsconfig_type',
    'label' => 'Test WSConfig Type',
    'data' => array(
      'endpoint' => $url . '/testservice',
      'connector' => 'restclient_wsconnector',
    ),
  );
}