DEV Community

Discussion on: 5 PHP Tools to make your life more enjoyable.

Collapse
 
david_j_eddy profile image
David J Eddy

Thank you @frantzen , glad you liked the article. I as well have used Codeception extensively in the past. If you dig into it enough it eventually turns into PHPUnit; per Codeceptions own documentation" Codeception uses PHPUnit as a backend for running tests. Thus, any PHPUnit test can be added to Codeception test suite and then executed." - codeception.com/docs-1.8/06-UnitTests

Thank you again for the comment! :D