| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 () | |
Protected Attributes | |
| $provider_factory | |
| $provider_mock | |
| $plugin_mock | |
| IdentificationFactory | $identification | 
Class IdentificationFactoryTest.
disabled disabled disabled
Definition at line 33 of file IdentificationFactoryTest.php.
      
  | 
  protected | 
Definition at line 55 of file IdentificationFactoryTest.php.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testAvailableMethods | ( | ) | 
| 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\Identification\IdentificationFactory\fromSerializedIdentification().
 Here is the call graph for this function:| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testFactoryMustReturnCorrectTypePlugin | ( | ) | 
Definition at line 163 of file IdentificationFactoryTest.php.
References ILIAS\GlobalScreen\Identification\IdentificationFactory\fromSerializedIdentification().
 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\$provider_mock.
| ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::testSerializingCore | ( | ) | 
Definition at line 112 of file IdentificationFactoryTest.php.
References 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\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\$provider_mock, 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.
      
  | 
  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.
Referenced by ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testPlugin(), and ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest\testUnserializingPlugin().
| const ILIAS\GlobalScreen\MainMenu\IdentificationFactoryTest::MOCKED_PROVIDER_CLASSNAME = 'Mockery_1_ILIAS_GlobalScreen_Provider_Provider' | 
Definition at line 36 of file IdentificationFactoryTest.php.