Skip to content

Commit 9ecef3b

Browse files
committed
[Notifier] [Octopush] Use the correct provider
1 parent f2ba203 commit 9ecef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function supportsProvider(): iterable
3939
yield [false, 'somethingElse://userLogin:apiKet@default?from=Heyliot&type=FR'];
4040
}
4141

42-
public function incompleteDsnProvider(): iterable
42+
public function missingRequiredOptionProvider(): iterable
4343
{
4444
yield 'missing option: from' => ['octopush://userLogin:apiKey@default?type=FR'];
4545
yield 'missing option: type' => ['octopush://userLogin:apiKey@default?from=Heyliot'];

0 commit comments

Comments
 (0)