- Timestamp:
- 10/17/2022 06:11:58 PM (2 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/5.1/tests/phpunit/tests/rest-api/rest-comments-controller.php
r43571 r54570 2696 2696 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2697 2697 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2698 'author' => self::$editor_id, 2698 2699 ), 2699 2700 array( … … 2704 2705 'author_name' => 'div strong', 2705 2706 'author_user_agent' => 'div strong', 2707 'author' => self::$editor_id, 2706 2708 ) 2707 2709 ); … … 2713 2715 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2714 2716 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2717 'author' => self::$editor_id, 2715 2718 ), 2716 2719 array( … … 2721 2724 'author_name' => 'div strong', 2722 2725 'author_user_agent' => 'div strong', 2726 'author' => self::$editor_id, 2723 2727 ) 2724 2728 ); … … 2734 2738 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2735 2739 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2740 'author' => self::$superadmin_id, 2736 2741 ), 2737 2742 array( … … 2742 2747 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2743 2748 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2749 'author' => self::$superadmin_id, 2744 2750 ) 2745 2751 ); … … 2754 2760 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2755 2761 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2762 'author' => self::$superadmin_id, 2756 2763 ), 2757 2764 array( … … 2762 2769 'author_name' => 'div strong', 2763 2770 'author_user_agent' => 'div strong', 2771 'author' => self::$superadmin_id, 2764 2772 ) 2765 2773 );
Note: See TracChangeset
for help on using the changeset viewer.