chore : bootstrap infrastructure PHPUnit 12

This commit is contained in:
2026-04-21 08:11:52 +02:00
parent 818d930f24
commit 579c1df495
4 changed files with 30 additions and 1 deletions

View File

@@ -86,4 +86,9 @@ php-cs-fixer-allow-risky:
$(EXEC_PHP_CS_FIXER) fix --config=.php-cs-fixer.dist.php --allow-risky=yes $(FILES)
wait:
sleep 10
sleep 10
# Lance la suite PHPUnit. Usage : make test (tout)
# make test FILES=<path> (un fichier/dossier)
test:
$(EXEC_PHP) php vendor/bin/phpunit $(FILES)