ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setUp () | |
testSkillAssignmentsCanBetStoredAndFetchedBySerializationStrategy ($value, $chunkSize, callable $preCallback, callable $postCallback) | |
serializedData More... | |
testInvalidChunkSizeWillRaiseException () | |
serializedData () | |
Data Fields | |
const | TEST_KEY = 'phpunit_tst' |
Protected Member Functions | |
getTestData (callable $pre, callable $post) | |
![]() | |
setUp () | |
tearDown () | |
setGlobalVariable (string $name, $value) | |
getGlobalTemplateMock () | |
getDatabaseMock () | |
getIliasMock () | |
Protected Attributes | |
$storage = array() | |
![]() | |
Container | $dic = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilAssQuestionSkillAssignmentRegistryTest
Definition at line 22 of file ilAssQuestionSkillAssignmentRegistryTest.php.
|
protected |
callable | $pre | |
callable | $post |
Definition at line 112 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $data, $i, and ilAssQuestionSkillAssignment\EVAL_MODE_BY_QUESTION_SOLUTION.
Referenced by serializedData().
ilAssQuestionSkillAssignmentRegistryTest::serializedData | ( | ) |
Definition at line 154 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References $post, and getTestData().
ilAssQuestionSkillAssignmentRegistryTest::setUp | ( | ) |
Definition at line 34 of file ilAssQuestionSkillAssignmentRegistryTest.php.
ilAssQuestionSkillAssignmentRegistryTest::testInvalidChunkSizeWillRaiseException | ( | ) |
Definition at line 87 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References Vendor\Package\$e.
ilAssQuestionSkillAssignmentRegistryTest::testSkillAssignmentsCanBetStoredAndFetchedBySerializationStrategy | ( | $value, | |
$chunkSize, | |||
callable | $preCallback, | ||
callable | $postCallback | ||
) |
serializedData
$value | ||
$chunkSize | ||
callable | $preCallback | |
callable | $postCallback |
Definition at line 48 of file ilAssQuestionSkillAssignmentRegistryTest.php.
References ILIAS\LTI\ToolProvider\$key.
|
protected |
Definition at line 29 of file ilAssQuestionSkillAssignmentRegistryTest.php.
const ilAssQuestionSkillAssignmentRegistryTest::TEST_KEY = 'phpunit_tst' |
Definition at line 24 of file ilAssQuestionSkillAssignmentRegistryTest.php.