Changeset 53681
- Timestamp:
- 07/07/2022 10:20:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/url/getPrivacyPolicyUrl.php
r49603 r53681 66 66 67 67 /** 68 * The function should return an empty string when `wp_page_for_privacy_policy` is _not_ set.69 */70 public function test_get_privacy_policy_url_should_return_empty_when_privacy_policy_page_not_set() {71 $this->assertSame( '', get_privacy_policy_url() );72 }73 74 /**75 68 * The function should return an empty string for an invalid `wp_page_for_privacy_policy` value. 76 69 */
Note: See TracChangeset
for help on using the changeset viewer.