- Timestamp:
- 10/17/2022 06:10:19 PM (2 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/4.8/tests/phpunit/tests/rest-api/rest-comments-controller.php
r40101 r54568 2591 2591 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2592 2592 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2593 'author' => self::$editor_id, 2593 2594 ), array( 2594 2595 'content' => array( … … 2598 2599 'author_name' => 'div strong', 2599 2600 'author_user_agent' => 'div strong', 2601 'author' => self::$editor_id, 2600 2602 ) ); 2601 2603 } else { … … 2605 2607 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2606 2608 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2609 'author' => self::$editor_id, 2607 2610 ), array( 2608 2611 'content' => array( … … 2612 2615 'author_name' => 'div strong', 2613 2616 'author_user_agent' => 'div strong', 2617 'author' => self::$editor_id, 2614 2618 ) ); 2615 2619 } … … 2623 2627 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2624 2628 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2629 'author' => self::$superadmin_id, 2625 2630 ), array( 2626 2631 'content' => array( … … 2630 2635 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2631 2636 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2637 'author' => self::$superadmin_id, 2632 2638 ) ); 2633 2639 } … … 2640 2646 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2641 2647 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2648 'author' => self::$superadmin_id, 2642 2649 ), array( 2643 2650 'content' => array( … … 2647 2654 'author_name' => 'div strong', 2648 2655 'author_user_agent' => 'div strong', 2656 'author' => self::$superadmin_id, 2649 2657 ) ); 2650 2658 }
Note: See TracChangeset
for help on using the changeset viewer.