I want to write some simple unit tests for my php code. Is there a "standard" library of helper functions for testing? I come from a perl background, so for those of you to speak perl, I'm looking for something along the lines of Test::More,Test::Simple, Test::Harness etc...
Thanks!
-Dylan