ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class IdentificationFactoryTest. More...
Public Member Functions | |
testMustThrowExceptionSinceSerializedIdentificationIsTooLong () | |
testMustNotThrowExceptionSinceSerializedIdentificationIsExactLength () | |
Data Fields | |
const | MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Protected Member Functions | |
setUp () | |
@inheritDoc More... | |
Private Attributes | |
$provider_factory | |
$provider_mock | |
$plugin_mock | |
$identification | |
Class IdentificationFactoryTest.
@runTestsInSeparateProcesses @preserveGlobalState disabled @backupGlobals disabled @backupStaticAttributes disabled
Definition at line 27 of file IdentificationTest.php.
|
protected |
@inheritDoc
Definition at line 52 of file IdentificationTest.php.
ILIAS\GlobalScreen\MainMenu\IdentificationTest::testMustNotThrowExceptionSinceSerializedIdentificationIsExactLength | ( | ) |
Definition at line 78 of file IdentificationTest.php.
References ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\DIVIDER, and ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface\MAX_LENGTH.
ILIAS\GlobalScreen\MainMenu\IdentificationTest::testMustThrowExceptionSinceSerializedIdentificationIsTooLong | ( | ) |
Definition at line 70 of file IdentificationTest.php.
References ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\DIVIDER, and ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface\MAX_LENGTH.
|
private |
Definition at line 46 of file IdentificationTest.php.
|
private |
Definition at line 42 of file IdentificationTest.php.
|
private |
Definition at line 34 of file IdentificationTest.php.
|
private |
Definition at line 38 of file IdentificationTest.php.
const ILIAS\GlobalScreen\MainMenu\IdentificationTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Definition at line 30 of file IdentificationTest.php.