fix tests autoload path

This commit is contained in:
Mike Macgirvin 2024-03-13 16:34:21 +11:00
parent 4c7a8d8698
commit c4d9277d47

View file

@ -73,7 +73,7 @@
},
"autoload-dev": {
"psr-4": {
"Code\\Tests\\Unit\\": "tests/unit"
"Code\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",