Skip to content

Commit

Permalink
Merge pull request #342 from ergebnis/fix/classmap
Browse files Browse the repository at this point in the history
Fix: Use classmap autoloader for test fixtures
  • Loading branch information
ergebnis-bot authored Feb 1, 2021
2 parents 60daecf + ab734a8 commit fb5a599
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
"autoload-dev": {
"psr-4": {
"Ergebnis\\Classy\\Test\\": "test/"
}
},
"classmap": [
"test/Fixture"
]
},
"support": {
"issues": "https://github.com/ergebnis/classy/issues",
Expand Down
Loading

0 comments on commit fb5a599

Please sign in to comment.