Public Member Functions | |
| testSetup () | |
| Done up-front for setup and not testing. | |
| testTest () | |
| Each of these methods. | |
| testTeardown () | |
| Done at the end to purge the test data. | |
Definition at line 8 of file TemplateTestCase.php.
| TemplateTestCase::testSetup | ( | ) |
| TemplateTestCase::testTest | ( | ) |
Each of these methods.
.. * should have one assertion. * should start with test, e.g., testTest().
Definition at line 23 of file TemplateTestCase.php.
| TemplateTestCase::testTeardown | ( | ) |
1.5.6