【发布时间】:2015-02-22 21:26:38
【问题描述】:
我有 Windows 7,phpunit 是通过以下说明安装的:https://phpunit.de/manual/current/en/installation.html 并且可以在常规 cmd 终端上正常工作,但在从 git-scm 安装的 windows git bash 终端中无法识别 phpunit。
我主要是一名 linux 开发人员,所以在 Windows 上设置这些东西对我来说有点陌生。
【问题讨论】:
-
听起来您需要为环境添加路径。有关类似问题,请参阅此stackoverflow.com/questions/6318156/…。
标签: windows command-line phpunit git-bash