|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for BaseToastSetUp:
Collaboration diagram for BaseToastSetUp:Public Member Functions | |
| getDIC () | |
| getDummyToastProviderWithToasts (array $toasts) | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| ToastProvider | $provider |
| ToastFactory | $factory |
Private Attributes | |
| array | $toasts = [] |
| ILIAS DI UIServices | $ui_mock |
Definition at line 32 of file BaseToastSetUp.php.
| BaseToastSetUp::getDIC | ( | ) |
Definition at line 53 of file BaseToastSetUp.php.
References ILIAS\Repository\globalScreen().
Referenced by getDummyToastProviderWithToasts().
Here is the call graph for this function:
Here is the caller graph for this function:| BaseToastSetUp::getDummyToastProviderWithToasts | ( | array | $toasts | ) |
Definition at line 68 of file BaseToastSetUp.php.
References $dic, $provider, $toasts, and getDIC().
Referenced by DummyToastProviderTest\testConstruct(), ToastCollectorTest\testConstruct(), and ToastCollectorTest\testGetToasts().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file BaseToastSetUp.php.
|
protected |
Definition at line 38 of file BaseToastSetUp.php.
|
protected |
Definition at line 37 of file BaseToastSetUp.php.
Referenced by getDummyToastProviderWithToasts(), DummyToastProviderTest\testConstruct(), ToastCollectorTest\testConstruct(), and ToastCollectorTest\testGetToasts().
|
private |
Definition at line 34 of file BaseToastSetUp.php.
Referenced by getDummyToastProviderWithToasts().
|
private |
Definition at line 36 of file BaseToastSetUp.php.