Why should I be using testing frameworks in PHP?

Posted by Industrial on Stack Overflow See other posts from Stack Overflow or by Industrial
Published on 2010-05-16T10:45:10Z Indexed on 2010/05/16 10:50 UTC
Read the original article Hit count: 226

Filed under:
|
|
|

Hi everyone,

I have recently heard a lot of people argue about using PHP testing features like PHPunit and SimpleTest together with their IDE of choice (Eclipse for me). After googling the subject, I have still a hard time understanding the pros and cons of using these testing frameworks to speed up development.

If anyone could explain this for me in a more basic level, I would really appreciate it. I am using PHP5 for the notice.

Thanks a lot!

© Stack Overflow or respective owner

Related posts about php

Related posts about unit-testing