mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
Merge branch 'wip-mdl-54574' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
658fc5f0fa
@ -43,6 +43,11 @@ class webservice_xmlrpc_test extends advanced_testcase {
|
||||
*/
|
||||
public function setUp() {
|
||||
$this->resetAfterTest();
|
||||
|
||||
// All tests require xmlrpc. Skip tests, if xmlrpc is not installed.
|
||||
if (!function_exists('xmlrpc_decode')) {
|
||||
$this->markTestSkipped('XMLRPC is not installed.');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user