From 0e76450ef5cc35b9ec734aa6b1030448e9bca1a7 Mon Sep 17 00:00:00 2001
From: Elmar Hinz <t3elmar@gmail.com>
Date: Fri, 10 Jun 2016 08:20:50 +0200
Subject: [PATCH] [FOLLOWUP][TASK] Unit test to cover stdWrap_htmlSpecialChars

Fix the comment method title.

Resolves: #76553
Releases: master
Change-Id: I3ddecbaa5919bf4eec921c4521f16fe5795f3d40
Reviewed-on: https://review.typo3.org/48544
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
---
 .../Tests/Unit/ContentObject/ContentObjectRendererTest.php      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
index 3bcc42c1ddc4..c8f1a3542b68 100755
--- a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php
@@ -2591,7 +2591,7 @@ class ContentObjectRendererTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
     }
 
     /**
-     * Check if brTag works properly
+     * Check if stdWrap_htmlSpecialChars works properly
      *
      * @test
      * @dataProvider stdWrap_htmlSpecialCharsDataProvider
-- 
GitLab