Changeset 43467 for trunk/tests/phpunit/tests/comment.php
- Timestamp:
- 07/17/2018 08:59:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment.php
r43371 r43467 816 816 * The `wp_comments_personal_data_eraser()` function should erase user's comments. 817 817 * 818 * @group privacy 818 819 * @ticket 43442 819 820 */ … … 857 858 'user_id' => '0', // Anonymized. 858 859 'comment_author' => 'Anonymous', // Anonymized. 859 'comment_author_email' => ' deleted@site.invalid', // Anonymized.860 'comment_author_url' => ' https://site.invalid', // Anonymized.860 'comment_author_email' => '', // Anonymized. 861 'comment_author_url' => '', // Anonymized. 861 862 'comment_author_IP' => '192.168.0.0', // Anonymized. 862 863 'comment_date' => '2018-04-14 17:20:00', … … 872 873 * Testing the `wp_comments_personal_data_eraser()` function's output on an empty first page. 873 874 * 875 * @group privacy 874 876 * @ticket 43442 875 877 */ … … 890 892 * Testing the `wp_comments_personal_data_eraser()` function's output, for the non-empty first page. 891 893 * 894 * @group privacy 892 895 * @ticket 43442 893 896 */ … … 921 924 * Testing the `wp_comments_personal_data_eraser()` function's output, for an empty second page. 922 925 * 926 * @group privacy 923 927 * @ticket 43442 924 928 */ … … 952 956 * Testing the `wp_anonymize_comment` filter, to prevent comment anonymization. 953 957 * 958 * @group privacy 954 959 * @ticket 43442 955 960 */ … … 988 993 * Testing the `wp_anonymize_comment` filter, to prevent comment anonymization, with a custom message. 989 994 * 995 * @group privacy 990 996 * @ticket 43442 991 997 */
Note: See TracChangeset
for help on using the changeset viewer.