bdmovies Posted April 16, 2009 Share Posted April 16, 2009 I know I need to test my code, I've just had a tough time understanding how to go about that. Usually I hit google or pull a book sitting on my shelf, however, this is one of those times where good old human interaction is just needed. How do I go about using PHPUnit? More broadly, how do I go about testing my code? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/154413-phpunit/ Share on other sites More sharing options...
Maq Posted April 16, 2009 Share Posted April 16, 2009 this is one of those times where good old human interaction is just needed. Not really... Have you read the PHPUnit Manual? Quote Link to comment https://forums.phpfreaks.com/topic/154413-phpunit/#findComment-811901 Share on other sites More sharing options...
bdmovies Posted April 16, 2009 Author Share Posted April 16, 2009 I guess the question is really directed towards the syntax or usage of PHPUnit but the more abstract idea of testing. Why, how, what aspects... I mean, if I understand the concept of testing, I need a test function for every regular function I have? Quote Link to comment https://forums.phpfreaks.com/topic/154413-phpunit/#findComment-811904 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.