mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Tests: Add more invalid IP test cases and @covers
to Tests_Functions_Anonymization
.
Adds a few more invalid IP test cases. Adds extra `@covers` tag for the two functions which are testing the `wp_privacy_anonymize_ip()` function. (At class level, the `wp_privacy_anonymize_data()` is set as covered). Follow-up to [42971]. Props jrf, hellofromTonya. See #53363. Built from https://develop.svn.wordpress.org/trunk@51792 git-svn-id: http://core.svn.wordpress.org/trunk@51399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
07139653b9
commit
78b5f27b1e
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51791';
|
||||
$wp_version = '5.9-alpha-51792';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user