|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working factory and renderer into some classes to be unit tested. More...
Collaboration diagram for UITestHelper:Public Member Functions | |
| init (Container $dic=null) | |
| factory () | |
| renderer () | |
| mainTemplate () | |
Protected Attributes | |
| Container | $dic |
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working factory and renderer into some classes to be unit tested.
See UITestHelperTest for an example of how this can be used.
Definition at line 36 of file UITestHelper.php.
| UITestHelper::factory | ( | ) |
Definition at line 60 of file UITestHelper.php.
References init().
Here is the call graph for this function:| UITestHelper::init | ( | Container | $dic = null | ) |
Definition at line 40 of file UITestHelper.php.
Referenced by factory(), init(), mainTemplate(), and renderer().
Here is the call graph for this function:
Here is the caller graph for this function:| UITestHelper::mainTemplate | ( | ) |
Definition at line 76 of file UITestHelper.php.
References init().
Here is the call graph for this function:| UITestHelper::renderer | ( | ) |
Definition at line 68 of file UITestHelper.php.
References init().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file UITestHelper.php.
Referenced by init().