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 FactboxLinksToSpecialBrowse.php.
| FactboxLinksToSpecialBrowse::testSetup | ( | ) |
Done up-front for setup and not testing.
Definition at line 13 of file FactboxLinksToSpecialBrowse.php.
| FactboxLinksToSpecialBrowse::testTest | ( | ) |
Each of these methods.
.. * should have one assertion. * should start with test, e.g., testTest().
Definition at line 31 of file FactboxLinksToSpecialBrowse.php.
| FactboxLinksToSpecialBrowse::testTeardown | ( | ) |
Done at the end to purge the test data.
Definition at line 47 of file FactboxLinksToSpecialBrowse.php.
1.5.6