mirror of
https://github.com/sigmasternchen/php-chess
synced 2025-03-15 07:58:54 +00:00
chore: Add test script to composer file
This commit is contained in:
parent
6a4522e57a
commit
60d68e42df
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^10.5"
|
"phpunit/phpunit": "^10.5"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "vendor/bin/phpunit"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Game\\": "./src/Game/"
|
"Game\\": "./src/Game/"
|
||||||
|
|
Loading…
Reference in a new issue