Running this: C:\Projects\HelloWorld>php vendor\bin\codecept generate:cest acceptance createTodo
Results in the Error:
if [ -d /proc/cygdrive ]; then
case $(which php) in
$(readlink -n /proc/cygdrive)/*)
# We are in Cygwin using Windows php, so the path must be translated
dir=$(cygpath -m "$dir");
;;
esac
fi
"${dir}/codecept" "$@"
I just found the answer at the bottom of some git commentsection and wanted to make it more accessible. https://github.com/Codeception/Codeception/issues/3281 thx test1git1
Aucun commentaire:
Enregistrer un commentaire