application testing with PHPSpec and PHPUnit

247 Views Asked by At

Is it possible to with two different testing methodologies? For example PHPUnit and PHPSpec in the one applicationor package?

Does anyone have any guidance?

1

There are 1 best solutions below

0
On BEST ANSWER

It is possible to use PHPSpec and PHPUnit in the same application. Or you could use something like Codeception (http://codeception.com/) which does Unit Testing, Functional Testing and Acceptance Testing all in one package.