31 $this->assertInstanceOf(SettingsResultSummary::class, $settingsResultSummary);
48 [ScoreReportingTypes::SCORE_REPORTING_DISABLED],
49 [ScoreReportingTypes::SCORE_REPORTING_FINISHED],
50 [ScoreReportingTypes::SCORE_REPORTING_AFTER_PASSED]
60 $settingsResultSummary = $settingsResultSummary->withReportingDate($IO);
61 $this->assertEquals($IO, $settingsResultSummary->getReportingDate());
78 $settingsResultSummary = $settingsResultSummary->withShowGradingStatusEnabled($IO);
79 $this->assertEquals($IO, $settingsResultSummary->getShowGradingStatusEnabled());
96 $settingsResultSummary = $settingsResultSummary->withShowGradingMarkEnabled($IO);
97 $this->assertEquals($IO, $settingsResultSummary->getShowGradingMarkEnabled());
114 $settingsResultSummary = $settingsResultSummary->withPassDeletionAllowed($IO);
115 $this->assertEquals($IO, $settingsResultSummary->getPassDeletionAllowed());
132 $settingsResultSummary = $settingsResultSummary->withShowPassDetails($IO);
133 $this->assertEquals($IO, $settingsResultSummary->getShowPassDetails());
testGetAndWithShowPassDetails(bool $IO)
getAndWithShowPassDetailsDataProvider
testGetAndWithPassDeletionAllowed(bool $IO)
getAndWithPassDeletionAllowedDataProvider
static getAndWithShowGradingStatusEnabledDataProvider()
testGetAndWithShowGradingMarkEnabled(bool $IO)
getAndWithShowGradingMarkEnabledDataProvider
testGetAndWithScoreReporting(ScoreReportingTypes $IO)
getAndWithScoreReportingDataProvider
testGetAndWithShowGradingStatusEnabled(bool $IO)
getAndWithShowGradingStatusEnabledDataProvider
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static getAndWithReportingDateDataProvider()
testGetAndWithReportingDate(?\DateTimeImmutable $IO)
getAndWithReportingDateDataProvider
static getAndWithShowGradingMarkEnabledDataProvider()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getAndWithPassDeletionAllowedDataProvider()
static getAndWithShowPassDetailsDataProvider()
static getAndWithScoreReportingDataProvider()