Skip to content

Commit 8dbbe49

Browse files
committed
Composer: fix autoload-dev directive
This only allowed for the tests in the `tests/unit` directory, while there are also tests in the `tests/integration` directory.
1 parent 8719cc1 commit 8dbbe49

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
@@ -30,7 +30,7 @@
3030
},
3131
"autoload-dev": {
3232
"psr-4": {
33-
"phpDocumentor\\Reflection\\": "tests/unit"
33+
"phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"]
3434
}
3535
},
3636
"extra": {

0 commit comments

Comments
 (0)