File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1717use Symfony \Component \Notifier \Message \SentMessage ;
1818use Symfony \Component \Notifier \Message \SmsMessage ;
1919use Symfony \Component \Notifier \Test \TransportTestCase ;
20- use Symfony \Component \Notifier \Tests \Fixtures \DummyHttpClient ;
21- use Symfony \Component \Notifier \Tests \Fixtures \DummyMessage ;
22- use Symfony \Component \Notifier \Transport \TransportInterface ;
20+ use Symfony \Component \Notifier \Tests \Transport \DummyMessage ;
2321use Symfony \Contracts \HttpClient \HttpClientInterface ;
2422use Symfony \Contracts \HttpClient \ResponseInterface ;
2523
@@ -31,7 +29,7 @@ final class GatewayApiTransportTest extends TransportTestCase
3129{
3230 public static function createTransport (HttpClientInterface $ client = null ): GatewayApiTransport
3331 {
34- return new GatewayApiTransport ('authtoken ' , 'Symfony ' , $ client ?? new DummyHttpClient ());
32+ return new GatewayApiTransport ('authtoken ' , 'Symfony ' , $ client ?? new MockHttpClient ());
3533 }
3634
3735 public static function toStringProvider (): iterable
You can’t perform that action at this time.
0 commit comments