Я работаю с Magento 2.2.4, установленным на виртуальной машине Vagrant Debian.Я установил phpunit 6.2.4 с помощью композитора.Когда я запускаю тесты Magento 2 docs , мой CLI просто распечатывает текст в файле phpunit:
dir=$(cd "${0%[/\\]*}" > /dev/null; cd '../phpunit/phpunit' && pwd)
if [ -d /proc/cygdrive ] && [[ $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
# We are in Cgywin using Windows php, so the path must be translated
dir=$(cygpath -m "$dir");
fi
"${dir}/phpunit" "$@"
Как мне заставить phpunit работать правильно в этом случае