40 protected function setUp() : void
42 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
43 ilUnitUtil::performInitialisation();
58 include_once
'./Services/LinkChecker/classes/class.ilLinkCheckNotify.php';
61 $not->setObjId(99999);
63 $ret = $not->addNotifier();
64 $this->assertEquals(
$ret,
true);
67 $this->assertEquals($status,
true);
70 $this->assertEquals($notifiers, array(13));
73 $this->assertEquals($del,
true);
81 include_once
'./Modules/WebResource/classes/class.ilParameterAppender.php';
84 $appender->setName(
'first');
85 $appender->setValue(1);
89 foreach ($params as $key =>
$data) {
90 $appender->delete($key);
91 $this->assertEquals(
$data[
'name'],
'first');
92 $this->assertEquals(
$data[
'value'], 1);
testWebResourceParameters()
IL_Init
testLinkCheck()
Link check test IL_Init.
static _deleteObject($a_obj_id)
class for checking external links in page objects.
static _getNotifiers($a_obj_id)
Unit tests for tree table needsInstalledILIAS.
static _getNotifyStatus($a_usr_id, $a_obj_id)
Class ilParameterAppender.
static _getParams($a_link_id)
Get dynamic parameter definitions.