File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
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 ;
20+ use Symfony \Component \Notifier \Tests \Transport \DummyMessage ;
2221use Symfony \Component \Notifier \Transport \TransportInterface ;
2322use Symfony \Contracts \HttpClient \HttpClientInterface ;
2423use Symfony \Contracts \HttpClient \ResponseInterface ;
@@ -34,7 +33,7 @@ final class GatewayApiTransportTest extends TransportTestCase
3433 */
3534 public static function createTransport (HttpClientInterface $ client = null ): TransportInterface
3635 {
37- return new GatewayApiTransport ('authtoken ' , 'Symfony ' , $ client ?? new DummyHttpClient ());
36+ return new GatewayApiTransport ('authtoken ' , 'Symfony ' , $ client ?? new MockHttpClient ());
3837 }
3938
4039 public static function toStringProvider (): iterable
You can’t perform that action at this time.
0 commit comments