disabled
More...
◆ test_create_settings()
ilIndividualAssessmentSettingsTest::test_create_settings |
( |
| ) |
|
Definition at line 29 of file ilIndividualAssessmentSettingsTest.php.
References ILIAS\LTI\ToolProvider\$settings.
33 $description =
'Special iass for members';
34 $content =
'Everything you have learned';
35 $record_remplate =
'You should ask these things';
36 $event_time_place_required =
true;
37 $file_required =
false;
45 $event_time_place_required,
48 $this->assertEquals($obj_id,
$settings->getObjId());
49 $this->assertEquals($title,
$settings->getTitle());
50 $this->assertEquals($description,
$settings->getDescription());
51 $this->assertEquals($content,
$settings->getContent());
52 $this->assertEquals($record_remplate,
$settings->getRecordTemplate());
53 $this->assertTrue(
$settings->isEventTimePlaceRequired());
54 $this->assertFalse(
$settings->isFileRequired());
An object carrying settings of an Individual Assessment obj beyond the standard information.
◆ test_to_form_input()
ilIndividualAssessmentSettingsTest::test_to_form_input |
( |
| ) |
|
Definition at line 57 of file ilIndividualAssessmentSettingsTest.php.
References Vendor\Package\$f, $lng, ILIAS\Repository\$refinery, and ILIAS\LTI\ToolProvider\$settings.
59 $lng = $this->createMock(ilLanguage::class);
60 $lng->expects($this->atLeastOnce())
77 $description =
'Special iass for members';
78 $content =
'Everything you have learned';
79 $record_remplate =
'You should ask these things';
80 $event_time_place_required =
true;
81 $file_required =
false;
89 $event_time_place_required,
99 $this->assertInstanceOf(Section::class, $input);
Class ChatMainBarProvider .
An object carrying settings of an Individual Assessment obj beyond the standard information.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Refinery Factory $refinery
The documentation for this class was generated from the following file: