File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212namespace Symfony \Component \Notifier \Bridge \Mailjet \Tests ;
1313
1414use Symfony \Component \Notifier \Bridge \Mailjet \MailjetTransportFactory ;
15- use Symfony \Component \Notifier \Test \TransportFactoryTestCase ;
15+ use Symfony \Component \Notifier \Test \AbstractTransportFactoryTestCase ;
16+ use Symfony \Component \Notifier \Test \IncompleteDsnTestTrait ;
1617
17- final class MailjetTransportFactoryTest extends TransportFactoryTestCase
18+ final class MailjetTransportFactoryTest extends AbstractTransportFactoryTestCase
1819{
20+ use IncompleteDsnTestTrait;
21+
1922 public function createFactory (): MailjetTransportFactory
2023 {
2124 return new MailjetTransportFactory ();
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " >=8.2" ,
2424 "symfony/http-client" : " ^6.4|^7.0" ,
25- "symfony/notifier" : " ^6.4|^7.0 "
25+ "symfony/notifier" : " ^7.2 "
2626 },
2727 "autoload" : {
2828 "psr-4" : { "Symfony\\ Component\\ Notifier\\ Bridge\\ Mailjet\\ " : " " },
You can’t perform that action at this time.
0 commit comments