From baa034b2174e40ab2060e5b631a065fba83554ab Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bartek.jaskulski@wpdesk.net> Date: Mon, 12 Dec 2022 15:03:46 +0100 Subject: [PATCH] build: fix testing comopser script Signed-off-by: Bart Jaskulski <bartek.jaskulski@wpdesk.net> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2092432..27a2ab2 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "scripts": { "test:phpstan": "./tools/phpstan --configuration=phpstan.neon.dist --memory-limit=-1 analyze", "test:phpcs": "./tools/phpcs", - "test:phpunit": "./tools/phpunit --bootstrat=tests/bootstrap.php", + "test:phpunit": "./tools/phpunit --bootstrap tests/bootstrap.php tests", "test": [ "@test:phpcs", "@test:phpstan", -- GitLab