19declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
31 protected function setUp(): void
37 public function testConstruct(): void
43 function ($arg, $arg2 =
null) {
44 if ($arg ===
'approve_recipient' && $arg2===
"") {
52 $this->assertInstanceOf(ilRegistrationSettings::class,
$settings);
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Customizing of pimple-DIC for ILIAS.
setGlobalVariable(string $name, $value)
Class ilObjAuthSettingsGUI.