Skip to content

Commit dc6172e

Browse files
committed
Remove src/Tests from list of excluded folders
1 parent ca096d6 commit dc6172e

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

symfony/framework-bundle/4.2/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
# this creates a service per class whose id is the fully-qualified class name
1616
App\:
1717
resource: '../src/*'
18-
exclude: '../src/{DependencyInjection,Entity,Tests,Kernel.php}'
18+
exclude: '../src/{DependencyInjection,Entity,Kernel.php}'
1919

2020
# controllers are imported separately to make sure services can be injected
2121
# as action arguments even if you don't extend any base controller class

symfony/framework-bundle/4.4/config/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
- '../src/DependencyInjection/'
2020
- '../src/Entity/'
2121
- '../src/Kernel.php'
22-
- '../src/Tests/'
2322

2423
# controllers are imported separately to make sure services can be injected
2524
# as action arguments even if you don't extend any base controller class

symfony/framework-bundle/5.1/config/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
- '../src/DependencyInjection/'
2020
- '../src/Entity/'
2121
- '../src/Kernel.php'
22-
- '../src/Tests/'
2322

2423
# controllers are imported separately to make sure services can be injected
2524
# as action arguments even if you don't extend any base controller class

symfony/framework-bundle/5.2/config/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
- '../src/DependencyInjection/'
2020
- '../src/Entity/'
2121
- '../src/Kernel.php'
22-
- '../src/Tests/'
2322

2423
# controllers are imported separately to make sure services can be injected
2524
# as action arguments even if you don't extend any base controller class

symfony/framework-bundle/5.3/config/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
- '../src/DependencyInjection/'
2020
- '../src/Entity/'
2121
- '../src/Kernel.php'
22-
- '../src/Tests/'
2322

2423
# add more service definitions when explicit configuration is needed
2524
# please note that last definitions always *replace* previous ones

symfony/framework-bundle/5.4/config/services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
- '../src/DependencyInjection/'
2020
- '../src/Entity/'
2121
- '../src/Kernel.php'
22-
- '../src/Tests/'
2322

2423
# add more service definitions when explicit configuration is needed
2524
# please note that last definitions always *replace* previous ones

0 commit comments

Comments
 (0)