Skip to content

Commit

Permalink
feature #58335 [Notifier] deprecate the TransportFactoryTestCase (xab…
Browse files Browse the repository at this point in the history
…buh)

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
  • Loading branch information
fabpot committed Sep 27, 2024
2 parents 27811d4 + 3d86a62 commit 6807a8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Tests/BlueskyTransportFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
namespace Symfony\Component\Notifier\Bridge\Bluesky\Tests;

use Symfony\Component\Notifier\Bridge\Bluesky\BlueskyTransportFactory;
use Symfony\Component\Notifier\Test\TransportFactoryTestCase;
use Symfony\Component\Notifier\Test\AbstractTransportFactoryTestCase;
use Symfony\Component\Notifier\Test\IncompleteDsnTestTrait;

class BlueskyTransportFactoryTest extends TransportFactoryTestCase
class BlueskyTransportFactoryTest extends AbstractTransportFactoryTestCase
{
use IncompleteDsnTestTrait;

public function createFactory(): BlueskyTransportFactory
{
return new BlueskyTransportFactory();
Expand Down

0 comments on commit 6807a8f

Please sign in to comment.