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 和 PHPSpec 在一个应用程序或包中?
有没有人有任何指导?
可以在同一个应用程序中使用 PHPSpec 和 PHPUnit。或者你可以使用像 Codeception ( http://codeception.com/ ) 这样的东西,它将单元测试、功能测试和验收测试都放在一个包中。