Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1dce522

Browse filesBrowse files
[Config] decouple tests from DI
1 parent e8975e2 commit 1dce522
Copy full SHA for 1dce522

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Config\Resource\ReflectionClassResource;
16-
use Symfony\Component\DependencyInjection\ServiceSubscriberInterface;
1716
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
1817
use Symfony\Component\Messenger\Handler\MessageSubscriberInterface;
18+
use Symfony\Contracts\Service\ServiceSubscriberInterface;
1919

2020
class ReflectionClassResourceTest extends TestCase
2121
{

‎src/Symfony/Component/Config/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"symfony/polyfill-ctype": "~1.8"
2222
},
2323
"require-dev": {
24-
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2524
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
2625
"symfony/finder": "^3.4|^4.0|^5.0",
2726
"symfony/messenger": "^4.1|^5.0",
27+
"symfony/service-contracts": "^1.1",
2828
"symfony/yaml": "^3.4|^4.0|^5.0"
2929
},
3030
"conflict": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.