Skip to content

Commit 8eed585

Browse files
committed
deprecate the TransportFactoryTestCase
1 parent c6bff21 commit 8eed585

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Tests/LinkedInTransportFactoryTest.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\LinkedIn\Tests;
1313

1414
use Symfony\Component\Notifier\Bridge\LinkedIn\LinkedInTransportFactory;
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 LinkedInTransportFactoryTest extends TransportFactoryTestCase
18+
final class LinkedInTransportFactoryTest extends AbstractTransportFactoryTestCase
1819
{
20+
use IncompleteDsnTestTrait;
21+
1922
public function createFactory(): LinkedInTransportFactory
2023
{
2124
return new LinkedInTransportFactory();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.2",
2020
"symfony/http-client": "^6.4|^7.0",
21-
"symfony/notifier": "^6.4|^7.0"
21+
"symfony/notifier": "^7.2"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\LinkedIn\\": "" },

0 commit comments

Comments
 (0)