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);
 
   86            $appender->delete(
$key);
 
   87            $this->assertEquals(
$data[
'name'], 
'first');
 
   88            $this->assertEquals(
$data[
'value'], 1);
 
An exception for terminatinating execution or to throw for unit testing.
class for checking external links in page objects.
static _deleteObject($a_obj_id)
static _getNotifiers($a_obj_id)
static _getNotifyStatus($a_usr_id, $a_obj_id)
Class ilParameterAppender.
static _getParams($a_link_id)
Get dynamic parameter definitions.
Unit tests for tree table @group needsInstalledILIAS.
testLinkCheck()
Link check test @group IL_Init.
testWebResourceParameters()
@group IL_Init