76        $this->provider_factory->shouldReceive(
'getProviderByClassName')->with(self::MOCKED_PROVIDER_CLASSNAME)->andReturn($this->provider_mock);
 
Class IdentificationFactoryTest.
 
testMustThrowExceptionSinceSerializedIdentificationIsTooLong()
 
IdentificationFactory $identification
 
testMustNotThrowExceptionSinceSerializedIdentificationIsExactLength()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...