ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
DummyToastProviderTest.php
Go to the documentation of this file.
1 <?php
17 declare(strict_types=1);
18 
20 
21 require_once(__DIR__ . "/../BaseToastSetUp.php");
22 
27 {
28  public function testConstruct(): void
29  {
31  $this->assertInstanceOf(AbstractToastProvider::class, $provider);
32  }
33 }
ToastProvider $provider
getDummyToastProviderWithToasts(array $toasts)
Class DummyProviderTest.