Skip to content

Commit 0a230d3

Browse files
authored
Merge pull request #1771 from greg0ire/fixtures-autoloading
Avoid falling back on autoload rule more than necessary
2 parents c8f38eb + fc4c76d commit 0a230d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
},
8787
"autoload-dev": {
8888
"psr-4": {
89-
"": "tests/DependencyInjection",
90-
"Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests"
89+
"Doctrine\\Bundle\\DoctrineBundle\\Tests\\": "tests",
90+
"Fixtures\\": "tests/DependencyInjection/Fixtures"
9191
}
9292
},
9393
"config": {

0 commit comments

Comments
 (0)