|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | |
| $identification | |
Class IdentificationFactoryTest.
@runTestsInSeparateProcesses @preserveGlobalState disabled @backupGlobals disabled @backupStaticAttributes disabled
Definition at line 34 of file IdentificationFactoryTest.php.
|
protected |
@inheritDoc
Definition at line 59 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) |
Definition at line 77 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testCore | ( | ) |
Definition at line 99 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypeCore | ( | ) |
Definition at line 153 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\MOCKED_PROVIDER_CLASSNAME.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) |
Definition at line 167 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification, and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\MOCKED_PROVIDER_CLASSNAME.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testPlugin | ( | ) |
Definition at line 106 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) |
Definition at line 116 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingCore | ( | ) |
Definition at line 124 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingFailsSinceNobpbyCanhandleTheString | ( | ) |
Definition at line 145 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testUnserializingPlugin | ( | ) |
Definition at line 134 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\$identification.
|
protected |
Definition at line 53 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 49 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 41 of file IdentificationFactoryTest.php.
|
protected |
Definition at line 45 of file IdentificationFactoryTest.php.
| const ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' |