Skip to content

Commit bef3d07

Browse files
Update the composer update-snapshots command to use phpunit instead of ./phpunit
1 parent 013cb4e commit bef3d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
"scripts": {
70-
"update-snapshots": "./phpunit --no-coverage -d --update-snapshots",
70+
"update-snapshots": "phpunit --no-coverage -d --update-snapshots",
7171
"lint": "pint",
7272
"test": "phpunit",
7373
"test-coverage": "phpunit --coverage-html coverage",

0 commit comments

Comments
 (0)