| Total Complexity | 3 |
| Total Lines | 52 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class OpClassTest extends PreconditionSet |
||
| 21 | {
|
||
| 22 | /** |
||
| 23 | * Set up the precondition. |
||
| 24 | */ |
||
| 25 | function setUp() |
||
| 36 | } |
||
| 37 | |||
| 38 | |||
| 39 | /** |
||
| 40 | * Clean up all the result. |
||
| 41 | */ |
||
| 42 | function tearDown() |
||
| 43 | {
|
||
| 44 | // Logout from the system. |
||
| 45 | $this->logout(); |
||
| 46 | |||
| 47 | return TRUE; |
||
| 48 | } |
||
| 49 | |||
| 50 | |||
| 51 | /** |
||
| 52 | * TestCaseID: HBC01 |
||
| 53 | * Browse all the op classes. |
||
| 54 | */ |
||
| 55 | function testBrowseOpClass() |
||
| 72 | } |
||
| 73 | } |
||
| 76 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.