fix composer test command

This commit is contained in:
DeveloperMarius
2021-03-23 13:35:57 +01:00
parent c408f79d8a
commit 9f0373938d
+1 -1
View File
@@ -37,7 +37,7 @@
},
"scripts": {
"test": [
"php ./phpunit tests"
"phpunit tests"
]
},
"autoload": {