Add comment to unit test skip condition

This commit is contained in:
2023-01-12 15:07:12 +09:00
parent 225e3e7929
commit 8e062ff114

View File

@@ -156,6 +156,8 @@ final class DotEnvTest extends TestCase
array $expected_env,
?string $chmod
): void {
// skip if chmod is set to 10000 (000 no rights) if we are root
// as root there is no stop reading a file
if (
!empty($chmod) &&
$chmod == '100000' &&