Files
archived-presentations/slides/debugging/unit_testing.xml
2004-03-09 16:41:39 +00:00

14 lines
350 B
XML

<slide title="Unit Testing">
<blurb fontsize="3em">
PHPUnit is a Unit Testing Suite, loosely based on %JUnit%.
</blurb>
<blurb fontsize="3em">
It allows for easy creation of regression tests that can be used to
determine whether potions of the code meet various operational parameters.
</blurb>
<example filename="unit.php" result="1" />
</slide>