Skip to content

Commit 0e61d47

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 2ad7651 + f36b421 commit 0e61d47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/PushyTransportFactoryTest.php

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

1414
use Symfony\Component\Notifier\Bridge\Pushy\PushyTransportFactory;
15-
use Symfony\Component\Notifier\Test\TransportFactoryTestCase;
15+
use Symfony\Component\Notifier\Test\AbstractTransportFactoryTestCase;
1616

17-
final class PushyTransportFactoryTest extends TransportFactoryTestCase
17+
final class PushyTransportFactoryTest extends AbstractTransportFactoryTestCase
1818
{
1919
public function createFactory(): PushyTransportFactory
2020
{

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": "^7.1"
25+
"symfony/notifier": "^7.2"
2626
},
2727
"require-dev": {
2828
"symfony/event-dispatcher": "^6.4|^7.0"

0 commit comments

Comments
 (0)