File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1212namespace Symfony \Component \Notifier \Bridge \Smsmode \Tests ;
1313
1414use Symfony \Component \Notifier \Bridge \Smsmode \SmsmodeTransportFactory ;
15- use Symfony \Component \Notifier \Test \TransportFactoryTestCase ;
15+ use Symfony \Component \Notifier \Test \AbstractTransportFactoryTestCase ;
16+ use Symfony \Component \Notifier \Test \IncompleteDsnTestTrait ;
17+ use Symfony \Component \Notifier \Test \MissingRequiredOptionTestTrait ;
1618
17- final class SmsmodeTransportFactoryTest extends TransportFactoryTestCase
19+ final class SmsmodeTransportFactoryTest extends AbstractTransportFactoryTestCase
1820{
21+ use IncompleteDsnTestTrait;
22+ use MissingRequiredOptionTestTrait;
23+
1924 public function createFactory (): SmsmodeTransportFactory
2025 {
2126 return new SmsmodeTransportFactory ();
Original file line number Diff line number Diff line change 2121 "require" : {
2222 "php" : " >=8.2" ,
2323 "symfony/http-client" : " ^6.4|^7.0" ,
24- "symfony/notifier" : " ^6.4|^7.0 "
24+ "symfony/notifier" : " ^7.2 "
2525 },
2626 "require-dev" : {
2727 "symfony/event-dispatcher" : " ^6.4|^7.0"
You can’t perform that action at this time.
0 commit comments