Changes between Version 1 and Version 2 of Ticket #43545, comment 34
- Timestamp:
- 04/12/2018 11:12:47 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43545, comment 34
v1 v2 47 47 - Adds misisng full-stops to inline comments. 48 48 - Adds doc parameters for {{{$raw_ip}}} and {{{$expected_result}}}. 49 - Makes the tests explicit in {{{test_anonymize_text()}}}, {{{test_anonymize_long_text()}}}, i.e. use {{{assertEquals()}}} instead of {{{assertNotEquals()}}}.50 49 - Detailed {{{@return}}} for {{{data_wp_privacy_anonymize_ip()}}}. 51 50 - Adds a file doc comment. 52 51 - Adds short doc comment for the class. 52 - Makes the tests explicit in {{{test_anonymize_text()}}}, {{{test_anonymize_long_text()}}}, i.e. use {{{assertEquals()}}} instead of {{{assertNotEquals()}}}. 53 53 - Adds the invalid IP testcase: {{{::: -> ::}}} that would give a PHP warning if unhandled. 54 54 - Adds the invalid IP testcase: {{{null -> 0.0.0.0}}}.