From d9e5185087b856fd2235b1f9b9a6321e1c3b7f19 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 18 Feb 2024 03:32:58 -0400 Subject: [PATCH] =?UTF-8?q?tabs=20again,=20config=20your=20editor=20?= =?UTF-8?q?=F0=9F=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 8 ++++---- phpunit.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index c79b3b0..b45d101 100644 --- a/composer.json +++ b/composer.json @@ -51,14 +51,14 @@ "allow-plugins": { "phpstan/extension-installer": true }, - "process-timeout": 0, - "sort-packages": true + "process-timeout": 0, + "sort-packages": true }, "scripts": { "test": "phpunit", "test-coverage": "rm clover.xml && XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage --coverage-clover=clover.xml && vendor/bin/coverage-check clover.xml 100", - "test-server": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server/", - "test-server-v2": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server-v2/", + "test-server": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server/", + "test-server-v2": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server-v2/", "test-coverage:win": "del clover.xml && phpunit --coverage-html=coverage --coverage-clover=clover.xml && coverage-check clover.xml 100", "lint": "phpstan --no-progress -cphpstan.neon", "beautify": "phpcbf --standard=phpcs.xml", diff --git a/phpunit.xml b/phpunit.xml index 9805e7b..c97f669 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -22,7 +22,7 @@ - - - + + +