diff options
| -rw-r--r-- | composer.json | 3 |
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" } } |
