Skip to content

Commit

Permalink
Add a group to exclude a test on debian
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 24, 2019
1 parent 51b6fe7 commit 0c80c0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/classes/EncodingTest.php
Expand Up @@ -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')) {
Expand Down

0 comments on commit 0c80c0e

Please sign in to comment.