diff --git a/composer.json b/composer.json index e8bcc44..8fb3d99 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "scripts": { "ci": [ "@ci:php", "@ci:tests" ], "ci:php": [ "@ci:php:stan" ], - "ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ], + "ci:tests": [ "@ci:tests:unit" ], "ci:php:stan": [ "phpstan analyse Classes" ], "ci:tests:functional": [ "phpunit -c config/FunctionalTests.xml" ], "ci:tests:unit": [ "phpunit -c config/UnitTests.xml" ]