39 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
40 ilUnitUtil::performInitialisation();
53 include_once
'./Services/LinkChecker/classes/class.ilLinkCheckNotify.php';
56 $not->setObjId(99999);
58 $ret = $not->addNotifier();
59 $this->assertEquals(
$ret,
true);
62 $this->assertEquals($status,
true);
65 $this->assertEquals($notifiers,array(13));
68 $this->assertEquals($del,
true);
76 include_once
'./Modules/WebResource/classes/class.ilParameterAppender.php';
79 $appender->setName(
'first');
80 $appender->setValue(1);
84 foreach($params as $key =>
$data)
86 $appender->delete($key);
87 $this->assertEquals(
$data[
'name'],
'first');
88 $this->assertEquals(
$data[
'value'],1);
testWebResourceParameters()
IL_Init
testLinkCheck()
Link check test IL_Init.
class for checking external links in page objects.
Unit tests for tree table.
_getNotifyStatus($a_usr_id, $a_obj_id)
Class ilParameterAppender.
static _getParams($a_link_id)
Get dynamic parameter definitions.