- Timestamp:
- 10/17/2022 06:03:55 PM (3 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/5.3/tests/phpunit/tests/rest-api/rest-comments-controller.php
r46433 r54562 2739 2739 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2740 2740 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2741 'author' => self::$editor_id, 2741 2742 ), 2742 2743 array( … … 2747 2748 'author_name' => 'div strong', 2748 2749 'author_user_agent' => 'div strong', 2750 'author' => self::$editor_id, 2749 2751 ) 2750 2752 ); … … 2756 2758 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2757 2759 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2760 'author' => self::$editor_id, 2758 2761 ), 2759 2762 array( … … 2764 2767 'author_name' => 'div strong', 2765 2768 'author_user_agent' => 'div strong', 2769 'author' => self::$editor_id, 2766 2770 ) 2767 2771 ); … … 2777 2781 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2778 2782 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2783 'author' => self::$superadmin_id, 2779 2784 ), 2780 2785 array( … … 2785 2790 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2786 2791 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2792 'author' => self::$superadmin_id, 2787 2793 ) 2788 2794 ); … … 2797 2803 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2798 2804 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2805 'author' => self::$superadmin_id, 2799 2806 ), 2800 2807 array( … … 2805 2812 'author_name' => 'div strong', 2806 2813 'author_user_agent' => 'div strong', 2814 'author' => self::$superadmin_id, 2807 2815 ) 2808 2816 );
Note: See TracChangeset
for help on using the changeset viewer.