Test peer reviews.
More...
Test peer reviews.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 28 of file RatingCategoryTest.php.
◆ tearDown()
RatingCategoryTest::tearDown |
( |
| ) |
|
|
protected |
◆ testRatingCategoryProperties()
RatingCategoryTest::testRatingCategoryProperties |
( |
| ) |
|
Test if each rater has $num_assignments peers.
Definition at line 37 of file RatingCategoryTest.php.
References null.
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
The documentation for this class was generated from the following file: