Skip to content

Commit 6db2af7

Browse files
authored
Use current php process when executing tests
1 parent 1932d48 commit 6db2af7

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
@@ -22,6 +22,6 @@
2222
"symfony/process": "^4.0"
2323
},
2424
"scripts": {
25-
"test": "php test/index.php"
25+
"test": "@php test/index.php"
2626
}
2727
}

0 commit comments

Comments
 (0)