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 0f4ac62 commit 38ce69fCopy full SHA for 38ce69f
Tests/SmsapiTransportFactoryTest.php
@@ -90,11 +90,6 @@ public static function incompleteDsnProvider(): iterable
90
yield 'missing token' => ['smsapi://host.test?from=testFrom'];
91
}
92
93
- public static function missingRequiredOptionProvider(): iterable
94
- {
95
- yield 'missing option: from' => ['smsapi://token@host'];
96
- }
97
-
98
public static function unsupportedSchemeProvider(): iterable
99
{
100
yield ['somethingElse://token@host?from=testFrom'];
0 commit comments