summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit01eac9658c3bc486d2d42a18557fdb82a536348e (patch)
tree667e530b72269005c09c60c0bce2b0c837a87a80
parent48431dd32b3f73855f9463af41dba997a2962f9f (diff)
Added test command to composer scripts to run pest
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 3c19372..bf0d70b 100644
--- a/composer.json
+++ b/composer.json
@@ -32,6 +32,7 @@
"intellipest"
],
"analyse": "phpstan",
- "format": "php-cs-fixer fix"
+ "format": "php-cs-fixer fix",
+ "test": "pest"
}
}