From 2dff5c05b3e29feebf9a1c9e3327997aa164870a Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Sun, 22 Sep 2024 01:59:10 +0200 Subject: [PATCH] fix ci tests Signed-off-by: Julien Veyssier --- composer.json | 2 ++ phpunit.xml => tests/phpunit.xml | 0 2 files changed, 2 insertions(+) rename phpunit.xml => tests/phpunit.xml (100%) diff --git a/composer.json b/composer.json index 06a1bd8bb..21f43a3ae 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,8 @@ "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", "psalm": "psalm.phar --no-cache", + "psalm:update-baseline": "psalm.phar --threads=1 --update-baseline", + "psalm:update-baseline:force": "psalm.phar --threads=1 --update-baseline --set-baseline=tests/psalm-baseline.xml", "test:unit": "phpunit --config tests/phpunit.xml" }, "require-dev": { diff --git a/phpunit.xml b/tests/phpunit.xml similarity index 100% rename from phpunit.xml rename to tests/phpunit.xml