gpt4 book ai didi

windows - 如何在 Windows 上从 git bash 运行 PHPUnit?

转载 作者:可可西里 更新时间:2023-11-01 10:45:34 25 4
gpt4 key购买 nike

我有 Windows 7,通过以下说明安装 phpunit:https://phpunit.de/manual/current/en/installation.html并且在常规 cmd 终端上工作正常,但是 phpunit 在从 git-scm 安装的 windows git bash 终端中无法识别。

我主要是一名 Linux 开发人员,所以在 Windows 上设置这些东西对我来说有点陌生。

最佳答案

使用alias native 会好很多。编辑 ~/.bashrc,在其中添加这些:

alias phpunit="php /C/Tools/php/phpunit.phar" // phpunit.phar in C:\Tools\php\phpunit.phar

关于windows - 如何在 Windows 上从 git bash 运行 PHPUnit?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27642351/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com