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 f2ba203 commit 9ecef3bCopy full SHA for 9ecef3b
src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportFactoryTest.php
@@ -39,7 +39,7 @@ public function supportsProvider(): iterable
39
yield [false, 'somethingElse://userLogin:apiKet@default?from=Heyliot&type=FR'];
40
}
41
42
- public function incompleteDsnProvider(): iterable
+ public function missingRequiredOptionProvider(): iterable
43
{
44
yield 'missing option: from' => ['octopush://userLogin:apiKey@default?type=FR'];
45
yield 'missing option: type' => ['octopush://userLogin:apiKey@default?from=Heyliot'];
0 commit comments