- Timestamp:
- 10/17/2022 06:08:39 PM (2 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/4.7/tests/phpunit/tests/rest-api/rest-comments-controller.php
r40114 r54566 2563 2563 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2564 2564 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2565 'author' => self::$editor_id, 2565 2566 ), array( 2566 2567 'content' => array( … … 2570 2571 'author_name' => 'div strong', 2571 2572 'author_user_agent' => 'div strong', 2573 'author' => self::$editor_id, 2572 2574 ) ); 2573 2575 } else { … … 2577 2579 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2578 2580 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2581 'author' => self::$editor_id, 2579 2582 ), array( 2580 2583 'content' => array( … … 2584 2587 'author_name' => 'div strong', 2585 2588 'author_user_agent' => 'div strong', 2589 'author' => self::$editor_id, 2586 2590 ) ); 2587 2591 } … … 2595 2599 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2596 2600 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2601 'author' => self::$superadmin_id, 2597 2602 ), array( 2598 2603 'content' => array( … … 2602 2607 'author_name' => '\\\&\\\ & &invalid; < < &lt;', 2603 2608 'author_user_agent' => '\\\&\\\ & &invalid; < < &lt;', 2609 'author' => self::$superadmin_id, 2604 2610 ) ); 2605 2611 } … … 2612 2618 'author_name' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2613 2619 'author_user_agent' => '<div>div</div> <strong>strong</strong> <script>oh noes</script>', 2620 'author' => self::$superadmin_id, 2614 2621 ), array( 2615 2622 'content' => array( … … 2619 2626 'author_name' => 'div strong', 2620 2627 'author_user_agent' => 'div strong', 2628 'author' => self::$superadmin_id, 2621 2629 ) ); 2622 2630 }
Note: See TracChangeset
for help on using the changeset viewer.