Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 854f8ad

Browse files
committed
Adds autoload path for tests to composer.json.
1 parent eccc99f commit 854f8ad

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
@@ -14,6 +14,11 @@
1414
"Potherca\\PhpUnit\\": "src/"
1515
}
1616
},
17+
"autoload-dev": {
18+
"psr-4": {
19+
"Potherca\\PhpUnit\\": "tests/unit/"
20+
}
21+
},
1722
"config": {
1823
"sort-packages": true
1924
},

0 commit comments

Comments
 (0)