You are here

function _wsfields_storage_test_wsconfig in Web Service Data 7

Test wsconfig definition

1 call to _wsfields_storage_test_wsconfig()
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 153
Describe the file

Code

function _wsfields_storage_test_wsconfig() {
  return array(
    'name' => 'testconfig',
    'title' => 'Test WSConfig',
    'type' => 'test_wsconfig_type',
    'data' => array(
      'read_data_method' => 'node/%nid',
    ),
  );
}