From c0002a0c431c55b02faebd1a90f6a94f1d2af715 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 1 Jan 2025 11:49:50 +0100 Subject: [PATCH] Added tests make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1473c9998c..a1057d052c 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ phpstan: tools/vendor php-cs-fixer: tools/vendor php tools/vendor/bin/php-cs-fixer fix + +tests: + php vendor/bin/phpunit \ No newline at end of file