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