Skip to content

Commit

Permalink
exclude tests/Fixtures/Ruleset from classmap
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 31, 2024
1 parent 7c75216 commit d2e5d98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"autoload-dev": {
"psr-4": {
"Realodix\\Relax\\Tests\\": "tests"
}
},
"exclude-from-classmap": [
"tests/Fixtures/Ruleset/**"
]
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit d2e5d98

Please sign in to comment.