24use PHPUnit\Framework\TestCase;
 
   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);
 
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