简体   繁体   English

PHPSpec和PHPUnit进行应用程序测试

[英]application testing with PHPSpec and PHPUnit

Is it possible to with two different testing methodologies? 两种不同的测试方法是否可能? For example PHPUnit and PHPSpec in the one applicationor package? 例如,一个应用程序或程序包中的PHPUnit和PHPSpec?

Does anyone have any guidance? 有人有指导吗?

It is possible to use PHPSpec and PHPUnit in the same application. 可以在同一应用程序中使用PHPSpec和PHPUnit。 Or you could use something like Codeception ( http://codeception.com/ ) which does Unit Testing, Functional Testing and Acceptance Testing all in one package. 或者,您可以使用诸如Codeception( http://codeception.com/ )之类的东西,它可以在一个程序包中进行单元测试,功能测试和验收测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM