- Timestamp:
- 03/03/2023 02:42:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/getThePrivacyPolicyLink.php
r55261 r55457 1 1 <?php 2 2 /** 3 * Define a class to testthe `get_the_privacy_policy_link()` function.3 * Test cases for the `get_the_privacy_policy_link()` function. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage UnitTests 7 7 * @since 4.9.6 8 */9 10 /**11 * Test cases for the `get_the_privacy_policy_link()` function.12 8 * 13 9 * @group link 14 10 * @group privacy 15 11 * @covers ::get_the_privacy_policy_link 16 *17 * @since 4.9.618 12 */ 19 13 class Tests_Link_GetThePrivacyPolicyLink extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.