8000 fixed previous merge · symfony/symfony@f2bdc22 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2bdc22

Browse files
committed
fixed previous merge
1 parent b387477 commit f2bdc22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ protected function getFileGroup($filepath)
9696
if ($datas = posix_getgrgid($infos['gid'])) {
9797
return $datas['name'];
9898
}
99+
100+
$this->markTestSkipped('Unable to retrieve file group name');
99101
}
100102

101103
protected function markAsSkippedIfSymlinkIsMissing()

0 commit comments

Comments
 (0)
0