Skip to content

Commit 4f86d50

Browse files
committed
Change the dev classmap so that the Dead Code Detector can find tests correctly
See #332 (comment)
1 parent 9eb4156 commit 4f86d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"psr-4": {"Spaze\\PHPStan\\Rules\\Disallowed\\": "src"}
3939
},
4040
"autoload-dev": {
41-
"classmap": ["tests/src"]
41+
"classmap": ["tests"]
4242
},
4343
"scripts": {
4444
"lint": "vendor/bin/parallel-lint --colors src/ tests/",

0 commit comments

Comments
 (0)