mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
14 lines
350 B
XML
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> |