File tree
Expand file treeCollapse file tree2 files changed
+6
-3
lines changed Expand file treeCollapse file tree2 files changed
+6
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
12 | 12 | namespace Symfony\Component\Notifier\Bridge\ClickSend\Tests;
|
13 | 13 |
|
14 | 14 | use Symfony\Component\Notifier\Bridge\ClickSend\ClickSendTransportFactory;
|
15 |
| -use Symfony\Component\Notifier\Test\TransportFactoryTestCase; |
| 15 | +use Symfony\Component\Notifier\Test\AbstractTransportFactoryTestCase; |
| 16 | +use Symfony\Component\Notifier\Test\IncompleteDsnTestTrait; |
16 | 17 |
|
17 |
| -final class ClickSendTransportFactoryTest extends TransportFactoryTestCase |
| 18 | +final class ClickSendTransportFactoryTest extends AbstractTransportFactoryTestCase |
18 | 19 | {
|
| 20 | +use IncompleteDsnTestTrait; |
| 21 | + |
19 | 22 | public function createFactory(): ClickSendTransportFactory
|
20 | 23 | {
|
21 | 24 | return new ClickSendTransportFactory();
|
|
Original file line number | Diff line number | Diff line change |
---|
|
21 | 21 | "require": {
|
22 | 22 | "php": ">=8.2",
|
23 | 23 | "symfony/http-client": "^6.4|^7.0",
|
24 |
| -"symfony/notifier": "^6.4|^7.0" |
| 24 | +"symfony/notifier": "^7.2" |
25 | 25 | },
|
26 | 26 | "require-dev": {
|
27 | 27 | "symfony/event-diser": "^6.4|^7.0"
|
|
You can’t perform that action at this time.
0 commit comments