Skip to content

Commit 38ce69f

Browse files
committed
fix tests
1 parent 0f4ac62 commit 38ce69f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/SmsapiTransportFactoryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ public static function incompleteDsnProvider(): iterable
9090
yield 'missing token' => ['smsapi://host.test?from=testFrom'];
9191
}
9292

93-
public static function missingRequiredOptionProvider(): iterable
94-
{
95-
yield 'missing option: from' => ['smsapi://token@host'];
96-
}
97-
9893
public static function unsupportedSchemeProvider(): iterable
9994
{
10095
yield ['somethingElse://token@host?from=testFrom'];

0 commit comments

Comments
 (0)