Search code examples
phptestinglaravelphpunitphpspec

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?

Does anyone have any guidance?


Solution

  • 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.