- Timestamp:
- 10/17/2022 06:01:26 PM (3 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/5.4/tests/phpunit/tests/rest-api/rest-comments-controller.php
r47122 r54559 2873 2873 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2874 2874 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2875 'author' => self::$editor_id, 2875 2876 ), 2876 2877 array( … … 2881 2882 'author_name' => 'div strong', 2882 2883 'author_user_agent' => 'div strong', 2884 'author' => self::$editor_id, 2883 2885 ) 2884 2886 ); … … 2890 2892 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2891 2893 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2894 'author' => self::$editor_id, 2892 2895 ), 2893 2896 array( … … 2898 2901 'author_name' => 'div strong', 2899 2902 'author_user_agent' => 'div strong', 2903 'author' => self::$editor_id, 2900 2904 ) 2901 2905 ); … … 2912 2916 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2913 2917 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2918 'author' => self::$superadmin_id, 2914 2919 ), 2915 2920 array( … … 2920 2925 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2921 2926 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2927 'author' => self::$superadmin_id, 2922 2928 ) 2923 2929 ); … … 2933 2939 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2934 2940 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2941 'author' => self::$superadmin_id, 2935 2942 ), 2936 2943 array( … … 2941 2948 'author_name' => 'div strong', 2942 2949 'author_user_agent' => 'div strong', 2950 'author' => self::$superadmin_id, 2943 2951 ) 2944 2952 );
Note: See TracChangeset
for help on using the changeset viewer.