]> git.mjollnir.org Git - moodle.git/commit
web service MDL-12886 Add unit tests for User web service functions.
authorjerome <jerome>
Thu, 5 Mar 2009 06:59:58 +0000 (06:59 +0000)
committerjerome <jerome>
Thu, 5 Mar 2009 06:59:58 +0000 (06:59 +0000)
commita73e1ab4c5d221848445bdd5eaa7f58ca59bae2d
tree9326afcdea50ce2fa83f8090f9267ae6fdd3ed60
parent60c366e8a6657aa069df677df70461c70a70d085
web service MDL-12886 Add unit tests for User web service functions.
Change most of User web service functions to support multiple operation in one call. Adapt SOAP and XMLRPC test client. (REST User test clients wont work anymore till REST server supports array parameter)
user/external.php
user/lib.php
user/simpletest/testexternal.php [new file with mode: 0644]
webservice/lib.php
webservice/soap/testclient/zend_soap_client.php
webservice/xmlrpc/testclient/zend_xmlrpc_client.php