无法使用Windows10打开文件“/tests/ExampleTest.php”Laravel5

时间:2017-03-31 22:33:49

标签: windows unit-testing laravel-5

我正在Windows 10上的laravel5中运行phpunit测试,并通过运行以下命令来获取此错误。

Cannot open file "/tests/ExampleTest.php",
D:\wamp64\www\forum\vendor\bin>phpunit /tests/ ExampleTest.php

你能告诉我可能是什么问题吗?

1 个答案:

答案 0 :(得分:2)

似乎“phpunit”没有全局安装,请尝试从cli运行此命令以全局安装它,然后您可以全局使用单元测试。

"composer global require phpunit/phpunit"