8000
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 33d81e7 commit 13a96edCopy full SHA for 13a96ed
src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportFactoryTest.php
@@ -40,7 +40,7 @@ public function createProvider(): iterable
40
41
public function incompleteDsnProvider(): iterable
42
{
43
- yield 'missing auth token' => ['sms77://host?from=TEST'];
+ yield 'missing api key' => ['sms77://host?from=TEST'];
44
}
45
46
public function supportsProvider(): iterable
0 commit comments