Changeset 53682 for trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
- Timestamp:
- 07/07/2022 10:43:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
r53681 r53682 13 13 * @group url 14 14 * @group privacy 15 * @covers ::get_privacy_policy_url16 15 * 17 16 * @since 4.9.6 17 * 18 * @covers ::get_privacy_policy_url 18 19 */ 19 20 class Tests_Url_GetPrivacyPolicyUrl extends WP_UnitTestCase { … … 57 58 /** 58 59 * The function should return the privacy policy URL when `wp_page_for_privacy_policy` is set. 60 * 61 * @uses ::get_permalink 59 62 */ 60 63 public function test_get_privacy_policy_url_should_return_valid_url_when_policy_page_set() {
Note: See TracChangeset
for help on using the changeset viewer.