Changeset 43468 for branches/4.9/tests/phpunit/tests/comment.php
- Timestamp:
- 07/17/2018 09:03:33 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/tests/phpunit/tests/comment.php
r43372 r43468 704 704 * The `wp_comments_personal_data_eraser()` function should erase user's comments. 705 705 * 706 * @group privacy 706 707 * @ticket 43442 707 708 */ … … 745 746 'user_id' => '0', // Anonymized. 746 747 'comment_author' => 'Anonymous', // Anonymized. 747 'comment_author_email' => ' deleted@site.invalid', // Anonymized.748 'comment_author_url' => ' https://site.invalid', // Anonymized.748 'comment_author_email' => '', // Anonymized. 749 'comment_author_url' => '', // Anonymized. 749 750 'comment_author_IP' => '192.168.0.0', // Anonymized. 750 751 'comment_date' => '2018-04-14 17:20:00', … … 760 761 * Testing the `wp_comments_personal_data_eraser()` function's output on an empty first page. 761 762 * 763 * @group privacy 762 764 * @ticket 43442 763 765 */ … … 778 780 * Testing the `wp_comments_personal_data_eraser()` function's output, for the non-empty first page. 779 781 * 782 * @group privacy 780 783 * @ticket 43442 781 784 */ … … 809 812 * Testing the `wp_comments_personal_data_eraser()` function's output, for an empty second page. 810 813 * 814 * @group privacy 811 815 * @ticket 43442 812 816 */ … … 840 844 * Testing the `wp_anonymize_comment` filter, to prevent comment anonymization. 841 845 * 846 * @group privacy 842 847 * @ticket 43442 843 848 */ … … 876 881 * Testing the `wp_anonymize_comment` filter, to prevent comment anonymization, with a custom message. 877 882 * 883 * @group privacy 878 884 * @ticket 43442 879 885 */
Note: See TracChangeset
for help on using the changeset viewer.