Skip to content

Commit

Permalink
Merge pull request #7005 from rarila/fix-tests-failing-on-windows
Browse files Browse the repository at this point in the history
Make test runnable on plain windows
  • Loading branch information
orklah committed Nov 26, 2021
2 parents 72de3b6 + ac230da commit c46e67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
"scripts": {
"all-tests": [
"phpcs",
"./psalm --find-dead-code",
"@php ./psalm --find-dead-code",
"phpunit"
],
"psalm": "./psalm --find-dead-code",
"psalm": "@php ./psalm --find-dead-code",
"cs": "phpcs -p",
"cs-fix": "phpcbf -p",
"tests": [
Expand Down

0 comments on commit c46e67a

Please sign in to comment.