Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 symfony 中设置一些测试。我正在做这方面的第一步。我的问题是我们应该从哪个文件夹中编写 phpunit -c 应用程序,我的意思是在 c:/ 中或从包中编写,因为我收到了内部无法识别的命令的消息。
您必须从应用程序的根目录运行它。app只是一个参数,它指定文件夹的phpunit.xml.dist位置。
app
phpunit.xml.dist