From 5fb73bd449134d6ca1b4fd1d8de9985142953ee9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 Aug 2018 00:13:25 +0100 Subject: [PATCH] Simplify test command --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7d3378..7e1ca42 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,6 @@ "sort-packages": true }, "scripts": { - "test": "vendor/bin/phpunit" + "test": "phpunit" } }