From 88fd8be8330d12a2ef19ef29f1ef2ffce0a1d32d Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Wed, 22 May 2024 20:46:19 -0400 Subject: [PATCH] Add composer script for easy testing. --- app/composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/composer.json b/app/composer.json index ab509b2..19f8142 100644 --- a/app/composer.json +++ b/app/composer.json @@ -25,5 +25,8 @@ "Slovocast\\": "src/", "Slovocast\\Tests\\": "tests/" } + }, + "scripts": { + "test": "./vendor/bin/phpunit tests" } }