fixed previous merge

This commit is contained in:
Fabien Potencier 2014-06-20 19:37:57 +02:00
parent b387477d51
commit f2bdc22b0d

View File

@ -96,6 +96,8 @@ class FilesystemTestCase extends \PHPUnit_Framework_TestCase
if ($datas = posix_getgrgid($infos['gid'])) {
return $datas['name'];
}
$this->markTestSkipped('Unable to retrieve file group name');
}
protected function markAsSkippedIfSymlinkIsMissing()