3declare(strict_types=1);
 
   21use PHPUnit\Framework\TestCase;
 
   25    public static function _refreshStatus(
int $a_obj_id, ?array $a_users = 
null): void
 
   27        throw new \Exception(
'Do not use ilLPStatusWrapper::_refreshStatus here; use _updateStatus instead');
 
   30    public static function _updateStatus(
int $a_obj_id, 
int $a_usr_id, ?
object $a_obj = 
null, 
bool $a_percentage = 
false, 
bool $a_force_raise = 
false): void
 
   51    protected function setUp(): void
 
   53        $this->tree = $this->createMock(ilTree::class);
 
   61        $this->assertInstanceOf(ilLSLPEventHandler::class, $obj);
 
   74            ->expects($this->exactly(2))
 
   75            ->method(
'getParentNodeData')
 
   83        $obj->updateLPForChildEvent($values);
 
   85        $obj->updateLPForChildEvent($values);
 
static _updateStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false)
 
static _refreshStatus(int $a_obj_id, ?array $a_users=null)
 
Class ilLPStatusWrapper This class is wrapper for all ilLPStatus classes.
 
getRefIdsOfObjId(int $triggerer_obj_id)
 
ilLPStatusWrapper $lp_status
 
testUpdateLPForChildEvent()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...