40 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
41 ilUnitUtil::performInitialisation();
54 include_once
'./Services/LinkChecker/classes/class.ilLinkCheckNotify.php';
57 $not->setObjId(99999);
59 $ret = $not->addNotifier();
60 $this->assertEquals(
$ret,
true);
63 $this->assertEquals($status,
true);
66 $this->assertEquals($notifiers,
array(13));
69 $this->assertEquals($del,
true);
77 include_once
'./Modules/WebResource/classes/class.ilParameterAppender.php';
80 $appender->setName(
'first');
81 $appender->setValue(1);
87 $appender->delete($key);
88 $this->assertEquals(
$data[
'name'],
'first');
89 $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.
Create styles array
The data for the language used.
static _getNotifyStatus($a_usr_id, $a_obj_id)
Class ilParameterAppender.
static _getParams($a_link_id)
Get dynamic parameter definitions.