Skip to content

Commit

Permalink
Fix test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Apr 9, 2024
1 parent 1ec2b0e commit a4fb4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"test": [
"./vendor/phpunit/phpunit/phpunit"
"php -f ./vendor/phpunit/phpunit/phpunit"
]
}
}

0 comments on commit a4fb4e9

Please sign in to comment.