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.
This commit is contained in:
jrfnl
2021-08-01 18:27:48 +02:00
parent 8719cc12e2
commit 8dbbe4940d
+1 -1
View File
@@ -30,7 +30,7 @@
},
"autoload-dev": {
"psr-4": {
"phpDocumentor\\Reflection\\": "tests/unit"
"phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"]
}
},
"extra": {