Class testing

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

i think you are looking for some debugger like zend studio. if you want to debug errors or see the flow of code, you should use debugger. but if you want to just test whether a function/class method does the required operation, you may have to use unit tests and PHPUnit would be useful in that case.
Post Reply