Add comment to unit test skip condition
This commit is contained in:
@@ -156,6 +156,8 @@ final class DotEnvTest extends TestCase
|
|||||||
array $expected_env,
|
array $expected_env,
|
||||||
?string $chmod
|
?string $chmod
|
||||||
): void {
|
): 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 (
|
if (
|
||||||
!empty($chmod) &&
|
!empty($chmod) &&
|
||||||
$chmod == '100000' &&
|
$chmod == '100000' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user