| 1 | <?php |
||
| 14 | class WP_Test_MslsOptionsQueryYear extends Msls_UnitTestCase { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Verify the has_value-method |
||
| 18 | */ |
||
| 19 | function test_has_value_method() { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Verify the get_current_link-method |
||
| 27 | * @depends test_has_value_method |
||
| 28 | */ |
||
| 29 | function test_get_current_link_method( $obj ) { |
||
| 32 | |||
| 33 | } |
||
| 34 |
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.