Fix : Ajout php unit et correction de l'installation du projet (bdd local)

This commit is contained in:
2026-01-06 14:00:05 +01:00
parent 8ea211835f
commit 5f0703811f
13 changed files with 2062 additions and 106 deletions

View File

@@ -83,6 +83,9 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.92"
"friendsofphp/php-cs-fixer": "^3.92",
"phpunit/phpunit": "^12.5",
"symfony/browser-kit": "8.0.*",
"symfony/css-selector": "8.0.*"
}
}