Skip to content

Commit 790a1d4

Browse files
committed
feature #58335 [Notifier] deprecate the TransportFactoryTestCase (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Notifier] deprecate the TransportFactoryTestCase | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | yes | Issues | Fix #54100 | License | MIT Commits ------- c8b0fcc77b deprecate the TransportFactoryTestCase
2 parents e3ad826 + ff37593 commit 790a1d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/MercureTransportFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
use Symfony\Component\Mercure\HubRegistry;
1616
use Symfony\Component\Notifier\Bridge\Mercure\MercureTransportFactory;
1717
use Symfony\Component\Notifier\Exception\IncompleteDsnException;
18-
use Symfony\Component\Notifier\Test\TransportFactoryTestCase;
18+
use Symfony\Component\Notifier\Test\AbstractTransportFactoryTestCase;
1919
use Symfony\Component\Notifier\Transport\Dsn;
2020

2121
/**
2222
* @author Mathias Arlaud <[email protected]>
2323
*/
24-
final class MercureTransportFactoryTest extends TransportFactoryTestCase
24+
final class MercureTransportFactoryTest extends AbstractTransportFactoryTestCase
2525
{
2626
public function createFactory(): MercureTransportFactory
2727
{

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/mercure": "^0.5.2|^0.6",
21-
"symfony/notifier": "^6.4|^7.0",
21+
"symfony/notifier": "^7.2",
2222
"symfony/service-contracts": "^2.5|^3"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)