Run phpstan and phpunit

This commit is contained in:
Oliver Davies 2025-06-09 01:44:37 +01:00
parent 1fe63e7326
commit 28260f837d

View file

@ -109,7 +109,9 @@
], ],
"symlink": "./tools/scripts/symlink.sh", "symlink": "./tools/scripts/symlink.sh",
"test": [ "test": [
"composer validate --strict" "composer validate --strict",
"phpstan analyze",
"phpunit --testdox"
] ]
}, },
"require-dev": { "require-dev": {