19 declare(strict_types=1);
39 $database = $this->getMockBuilder(ilDBInterface::class)->getMock();
46 $rating_category->setTitle(
"title");
47 $rating_category->setDescription(
"description");
48 $rating_category->setId(1);
49 $rating_category->setParentId(2);
50 $rating_category->setPosition(10);
54 $rating_category->getTitle()
59 $rating_category->getDescription()
64 $rating_category->getId()
69 $rating_category->getParentId()
74 $rating_category->getPosition()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
testRatingCategoryProperties()
Test if each rater has $num_assignments peers.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...