ILIAS  release_8 Revision v8.23
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.