File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Notifier \Bridge \Smsapi \Tests ;
13
13
14
14
use Symfony \Component \Notifier \Bridge \Smsapi \SmsapiTransportFactory ;
15
- use Symfony \Component \Notifier \Test \TransportFactoryTestCase ;
15
+ use Symfony \Component \Notifier \Test \AbstractTransportFactoryTestCase ;
16
+ use Symfony \Component \Notifier \Test \IncompleteDsnTestTrait ;
16
17
17
- final class SmsapiTransportFactoryTest extends TransportFactoryTestCase
18
+ final class SmsapiTransportFactoryTest extends AbstractTransportFactoryTestCase
18
19
{
20
+ use IncompleteDsnTestTrait;
21
+
19
22
public function createFactory (): SmsapiTransportFactory
20
23
{
21
24
return new SmsapiTransportFactory ();
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=8.2" ,
20
20
"symfony/http-client" : " ^6.4|^7.0" ,
21
- "symfony/notifier" : " ^6.4|^7.0 "
21
+ "symfony/notifier" : " ^7.2 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : { "Symfony\\ Component\\ Notifier\\ Bridge\\ Smsapi\\ " : " " },
You can’t perform that action at this time.
0 commit comments