开始使用 PHPUnit
下载PHPUnit 改名为phpunit.phar,新建一个文件夹存放并把它的路径放到的 环境变量$PATH 里。
在文件夹内使用CMD命令行
echo @php "%~dp0phpunit.phar" %* > phpunit.cmd
然后在任意文件夹CMD测试
D:\phpstudy\PHPTutorial>phpunit --version
PHPUnit 6.5.3 by Sebastian Bergmann and contributors.
出现版本号即为成功安装
未完待续