8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b387477 commit f2bdc22Copy full SHA for f2bdc22
src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php
@@ -96,6 +96,8 @@ protected function getFileGroup($filepath)
96
if ($datas = posix_getgrgid($infos['gid'])) {
97
return $datas['name'];
98
}
99
+
100
+ $this->markTestSkipped('Unable to retrieve file group name');
101
102
103
protected function markAsSkippedIfSymlinkIsMissing()
0 commit comments