Skip to content

Commit d9e5185

Browse files
committed
tabs again, config your editor 😠
1 parent 2b2b5a1 commit d9e5185

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎composer.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"allow-plugins": {
5252
"phpstan/extension-installer": true
5353
},
54-
"process-timeout": 0,
55-
"sort-packages": true
54+
"process-timeout": 0,
55+
"sort-packages": true
5656
},
5757
"scripts": {
5858
"test": "phpunit",
5959
"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",
60-
"test-server": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server/",
61-
"test-server-v2": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server-v2/",
60+
"test-server": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server/",
61+
"test-server-v2": "echo \"Running Test Server\" && php -S localhost:8000 -t tests/server-v2/",
6262
"test-coverage:win": "del clover.xml && phpunit --coverage-html=coverage --coverage-clover=clover.xml && coverage-check clover.xml 100",
6363
"lint": "phpstan --no-progress -cphpstan.neon",
6464
"beautify": "phpcbf --standard=phpcs.xml",

‎phpunit.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</testsuite>
2323
</testsuites>
2424
<logging />
25-
<php>
26-
<env name="PHPUNIT_TEST" value="true" force="true" />
27-
</php>
25+
<php>
26+
<env name="PHPUNIT_TEST" value="true" force="true" />
27+
</php>
2828
</phpunit>

0 commit comments

Comments
 (0)