|
ILIAS
release_8 Revision v8.24
|
Class IdentificationFactoryTest. More...
Inheritance diagram for ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest:
Collaboration diagram for ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest:Public Member Functions | |
| testAvailableMethods () | |
| testCore () | |
| testPlugin () | |
| testSerializingCore () | |
| testUnserializingCore () | |
| testUnserializingPlugin () | |
| testUnserializingFailsSinceNobpbyCanhandleTheString () | |
| testFactoryMustReturnCorrectTypeCore () | |
| testFactoryMustReturnCorrectTypePlugin () | |
Data Fields | |
| const | MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Protected Attributes | |
| $provider_factory | |
| $provider_mock | |
| $plugin_mock | |
| IdentificationFactory | $identification |
Class IdentificationFactoryTest.
@runTestsInSeparateProcesses @preserveGlobalState disabled @backupGlobals disabled @backupStaticAttributes disabled
Definition at line 33 of file IdentificationFactoryTest.php.
|
protected |
@inheritDoc
Definition at line 55 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) |
Definition at line 73 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testCore | ( | ) |
Definition at line 95 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypeCore | ( | ) |
Definition at line 149 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\MOCKED_PROVIDER_CLASSNAME.
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) |
Definition at line 163 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\MOCKED_PROVIDER_CLASSNAME.
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testPlugin | ( | ) |
Definition at line 102 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) |
Definition at line 112 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, and ILIAS\GlobalScreen\Identification\IdentificationFactory\core().
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingCore | ( | ) |
Definition at line 120 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\core(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingFailsSinceNobpbyCanhandleTheString | ( | ) |
Definition at line 141 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingPlugin | ( | ) |
Definition at line 130 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification(), and ILIAS\GlobalScreen\Identification\IdentificationFactory\plugin().
Here is the call graph for this function:
|
protected |
Definition at line 49 of file IdentificationFactoryTest.php.
Referenced by ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testFactoryMustReturnCorrectTypeCore(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testFactoryMustReturnCorrectTypePlugin(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testPlugin(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testSerializingCore(), ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testUnserializingCore(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testUnserializingPlugin().
|
protected |
Definition at line 48 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 40 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 44 of file IdentificationFactoryTest.php.
| const ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |