We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ea07f commit b277aafCopy full SHA for b277aaf
Tests/Channel/BrowserChannelTest.php
@@ -35,7 +35,7 @@ class BrowserChannelTest extends TestCase
35
public function testImportanceLevelIsReflectedInFlashMessageType(
36
FlashMessageImportanceMapperInterface $mapper,
37
string $importance,
38
- string $expectedFlashMessageType
+ string $expectedFlashMessageType,
39
) {
40
$session = $this->createMock(Session::class);
41
$session->method('getFlashBag')->willReturn(new FlashBag());
0 commit comments