public function ServicesXMLRPCTestCase::populateEndpointFAPI in Services 7.3
1 call to ServicesXMLRPCTestCase::populateEndpointFAPI()
- ServicesXMLRPCTestCase::saveNewEndpoint in tests/
functional/ ServicesXMLRPCTests.test
File
- tests/
functional/ ServicesXMLRPCTests.test, line 188
Class
Code
public function populateEndpointFAPI() {
return array(
'name' => 'machinename',
'title' => $this
->randomName(20),
'path' => $this
->randomName(10),
'server' => 'xmlrpc_server',
);
}