19declare(strict_types=1);
25require_once(__DIR__ .
"/../BaseToastSetUp.php");
33 $this->assertInstanceOf(ToastCollector::class, $collector);
40 $this->assertEquals([], $collector->getToasts());
42 $id_one = $this->createMock(IdentificationInterface::class);
43 $id_two = $this->createMock(IdentificationInterface::class);
45 $toast1 = $this->factory->standard(
50 $toast2 = $this->factory->standard(
57 $this->assertEquals([$toast1, $toast2], $collector->getToasts());
getDummyToastProviderWithToasts(array $toasts)
Class IdentificationFactory All elements in the GlobalScreen service must be identifiable for the sup...
Interface IdentificationInterface.