ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
DummyToastProviderTest.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
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.