ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
DummyToastProviderTest Class Reference

Class DummyProviderTest. More...

+ Inheritance diagram for DummyToastProviderTest:
+ Collaboration diagram for DummyToastProviderTest:

Public Member Functions

 testConstruct ()
 
- Public Member Functions inherited from BaseToastSetUp
 getDIC ()
 
 getDummyToastProviderWithToasts (array $toasts)
 

Additional Inherited Members

- Protected Member Functions inherited from BaseToastSetUp
 setUp ()
 
- Protected Attributes inherited from BaseToastSetUp
ToastProvider $provider
 
ToastFactory $factory
 

Detailed Description

Class DummyProviderTest.

Definition at line 26 of file DummyToastProviderTest.php.

Member Function Documentation

◆ testConstruct()

DummyToastProviderTest::testConstruct ( )

Definition at line 28 of file DummyToastProviderTest.php.

References BaseToastSetUp\$provider, and BaseToastSetUp\getDummyToastProviderWithToasts().

28  : void
29  {
31  $this->assertInstanceOf(AbstractToastProvider::class, $provider);
32  }
ToastProvider $provider
getDummyToastProviderWithToasts(array $toasts)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: