You need to sign in or sign up before continuing.
Resolve #3371937 "Feed icon"
1 unresolved thread
1 unresolved thread
Closes #3371937
Merge request reports
Activity
added 1050 commits
-
d5e6b0e3...6293c8e0 - 1047 commits from branch
project:11.x
- 7b5b6ee5 - added test and fix
- 6431732d - phpstan fix
- 84332250 - phpstan fix
Toggle commit list-
d5e6b0e3...6293c8e0 - 1047 commits from branch
99 99 $this->assertEquals('Subscribe to <>&"'', trim(strip_tags($text)), 'feed_icon template escapes reserved HTML characters.'); 100 100 } 101 101 102 /** 103 * Tests that the rendered output contains specific attributes. 104 */ 105 public function testAttributeAdded() { changed this line in version 5 of the diff
Please register or sign in to reply