Skip to content

Commit b53ac87

Browse files
committed
Add autoload-dev section in composer.json
This is to support autoloading the tests namespace.
1 parent 65d3704 commit b53ac87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"psr-4": {
3232
"ImdbImporter\\": "src/ImdbImporter"
3333
}
34+
},
35+
"autoload-dev": {
36+
"psr-4": {
37+
"ImdbImporter\\Tests\\": "tests/ImdbImporter"
38+
}
3439
}
3540
}

0 commit comments

Comments
 (0)