diff --git a/test/classes/EncodingTest.php b/test/classes/EncodingTest.php index 933fcbfd0aab..14fc8adcacc1 100644 --- a/test/classes/EncodingTest.php +++ b/test/classes/EncodingTest.php @@ -68,6 +68,11 @@ public function testRecode() ); } + /** + * This group is used on debian packaging to exclude the test + * @see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854821#27 + * @group extension-iconv + */ public function testIconv() { if (! function_exists('iconv')) {