From 28260f837daffe8f651c00e198c92942a09e4565 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 9 Jun 2025 01:44:37 +0100 Subject: [PATCH] Run phpstan and phpunit --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ccc5d8a0..05e4869aa 100644 --- a/composer.json +++ b/composer.json @@ -109,7 +109,9 @@ ], "symlink": "./tools/scripts/symlink.sh", "test": [ - "composer validate --strict" + "composer validate --strict", + "phpstan analyze", + "phpunit --testdox" ] }, "require-dev": {