Changeset 55457 for trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
- Timestamp:
- 03/03/2023 02:42:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
r53687 r55457 1 1 <?php 2 2 /** 3 * Define a class to test `get_privacy_policy_url()`.3 * Test cases for the `get_privacy_policy_url()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 4.9.6 8 */9 10 /**11 * Test cases for `get_privacy_policy_url()`.12 8 * 13 9 * @group url 14 10 * @group privacy 15 *16 * @since 4.9.617 11 * 18 12 * @covers ::get_privacy_policy_url
Note: See TracChangeset
for help on using the changeset viewer.