chore: Add test script to composer file

This commit is contained in:
overflowerror 2024-01-05 00:53:48 +01:00
parent 6a4522e57a
commit 60d68e42df

View file

@ -12,6 +12,9 @@
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"autoload": {
"psr-4": {
"Game\\": "./src/Game/"