0

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

Does anyone have any guidance?

AndrewMcLagan
  • 13,459
  • 23
  • 91
  • 158

1 Answers1

0

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.

Varedis
  • 738
  • 5
  • 14