|
Project Information
Featured
Links
|
ImportantTesting_DocTest is now an offcial PEAR package and has moved to the PEAR packages repository, please report bugs to the PEAR bug tracker. IntroductionTesting_DocTest allows the developer to write unit tests directly in the blocs of your PHP functions, classes and class methods.It comes with a default runner that will parse all your blocs and will run the extracted tests, running tests is as simple as:$ phpdt /path/to/your/code There are several advantages in using Testing_DocTest:
InstallationJust run: $ pear install -f Testing_DocTest And to uninstall: $ pear uninstall Testing_DocTest DocumentationExamples |