- Timestamp:
- 10/17/2022 05:58:36 PM (3 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/rest-api/rest-comments-controller.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/5.5/tests/phpunit/tests/rest-api/rest-comments-controller.php
r48231 r54556 2903 2903 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2904 2904 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2905 'author' => self::$editor_id, 2905 2906 ), 2906 2907 array( … … 2911 2912 'author_name' => 'div strong', 2912 2913 'author_user_agent' => 'div strong', 2914 'author' => self::$editor_id, 2913 2915 ) 2914 2916 ); … … 2920 2922 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2921 2923 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2924 'author' => self::$editor_id, 2922 2925 ), 2923 2926 array( … … 2928 2931 'author_name' => 'div strong', 2929 2932 'author_user_agent' => 'div strong', 2933 'author' => self::$editor_id, 2930 2934 ) 2931 2935 ); … … 2942 2946 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2943 2947 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2948 'author' => self::$superadmin_id, 2944 2949 ), 2945 2950 array( … … 2950 2955 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2951 2956 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2957 'author' => self::$superadmin_id, 2952 2958 ) 2953 2959 ); … … 2963 2969 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2964 2970 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2971 'author' => self::$superadmin_id, 2965 2972 ), 2966 2973 array( … … 2971 2978 'author_name' => 'div strong', 2972 2979 'author_user_agent' => 'div strong', 2980 'author' => self::$superadmin_id, 2973 2981 ) 2974 2982 );
Note: See TracChangeset
for help on using the changeset viewer.