Unit tests for class ilRPCServerSettings.
More...
◆ initDependencies()
| ilSoapFunctionsTest::initDependencies |
( |
| ) |
|
|
protected |
◆ setGlobalVariable()
| ilSoapFunctionsTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
Definition at line 43 of file ilSoapFunctionsTest.php.
43 : void
44 {
46
50 return $value;
51 };
52 }
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Customizing of pimple-DIC for ILIAS.
References $c, $DIC, $GLOBALS, and $name.
◆ setUp()
| ilSoapFunctionsTest::setUp |
( |
| ) |
|
|
protected |
◆ testConstruct()
| ilSoapFunctionsTest::testConstruct |
( |
| ) |
|
Definition at line 37 of file ilSoapFunctionsTest.php.
37 : void
38 {
40 $this->assertInstanceOf(ilSoapFunctions::class, $soap_functions);
41 }
◆ $dic
The documentation for this class was generated from the following file: