Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 017d7dc

Browse files
committed
deprecate the TransportFactoryTestCase
1 parent b7fcdeb commit 017d7dc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Tests/MailjetTransportFactoryTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
namespace Symfony\Component\Notifier\Bridge\Mailjet\Tests;
1313

1414
use 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();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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\\": "" },

0 commit comments

Comments
 (0)