Skip to content

Commit 3811639

Browse files
committed
[Notifier] Move abstract test cases to namespace
This enables BC promise for the abstract test classes, like for other ones. As we ignore current `/Tests` directory in `.gitattributes`, builds will fail if `symfony/notifier` is installed as dist.
1 parent 563af94 commit 3811639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/LinkedInTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Symfony\Component\Notifier\Bridge\LinkedIn\Tests;
44

55
use Symfony\Component\Notifier\Bridge\LinkedIn\LinkedInTransportFactory;
6-
use Symfony\Component\Notifier\Tests\TransportFactoryTestCase;
6+
use Symfony\Component\Notifier\Test\TransportFactoryTestCase;
77
use Symfony\Component\Notifier\Transport\TransportFactoryInterface;
88

99
final class LinkedInTransportFactoryTest extends TransportFactoryTestCase

Tests/LinkedInTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Symfony\Component\Notifier\Message\MessageOptionsInterface;
1212
use Symfony\Component\Notifier\Message\SmsMessage;
1313
use Symfony\Component\Notifier\Notification\Notification;
14-
use Symfony\Component\Notifier\Tests\TransportTestCase;
14+
use Symfony\Component\Notifier\Test\TransportTestCase;
1515
use Symfony\Component\Notifier\Transport\TransportInterface;
1616
use Symfony\Contracts\HttpClient\HttpClientInterface;
1717
use Symfony\Contracts\HttpClient\ResponseInterface;

0 commit comments

Comments
 (0)