Skip to content

Commit 88521d5

Browse files
JanTvrdikclaude
andcommitted
Add PSR-4 autoload-dev configuration for tests
Add autoload-dev section to composer.json to properly map test namespace ShipMonkTests\PHPStanDev\ to tests/ directory following PSR-4 conventions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 40e3f40 commit 88521d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"ShipMonk\\PHPStanDev\\": "src/"
3434
}
3535
},
36+
"autoload-dev": {
37+
"psr-4": {
38+
"ShipMonkTests\\PHPStanDev\\": "tests/"
39+
}
40+
},
3641
"config": {
3742
"allow-plugins": {
3843
"dealerdirect/phpcodesniffer-composer-installer": false,

0 commit comments

Comments
 (0)