phpUnit installiert

This commit is contained in:
Marcel Naeve 2024-04-20 21:47:37 +02:00
parent 039fd102ae
commit 5112388662
Signed by: manae
GPG Key ID: 3BB68BF9EA669981
2 changed files with 1652 additions and 0 deletions

10
composer.json Normal file
View File

@ -0,0 +1,10 @@
{
"autoload": {
"classmap": [
"src/"
]
},
"require-dev": {
"phpunit/phpunit": "^10"
}
}

1642
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff