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.
phpunit .
导致测试失败
phpunit MyFileTest.php
phpunit --filter testSomething MyFileTest.php
导致一个致命错误,该错误本应使用先前的运行测试方法捕获。
phpunit:3.7.7
php: 5.3.10
知道为什么吗?
没有看到代码,甚至没有看到错误消息,真的很难帮助你。
您可能在以前的测试中加载了一些依赖项,而在运行单个测试时不存在这些依赖项。