8000 fix · symfony/symfony@e5568cd · GitHub
[go: up one dir, main page]

Skip to content

Commit e5568cd

Browse files
committed
fix
1 parent 999bf4a commit e5568cd

File tree

1 file changed

+1
-2
lines changed
  • src/Symfony/Component/Notifier/Tests/Transport

1 file changed

+1
-2
lines changed

src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@ public function getOptionProvider(): iterable
189189
];
190190

191191
yield [
192-
'default-value',
192+
'',
193193
'scheme://localhost?empty=',
194194
'empty',
195-
'default-value',
196195
];
197196

198197
yield [

0 commit comments

Comments
 (0)
0