fix: Ensure the debug flag is not forwarded #103
Annotations
1 error and 1 warning
|
src/Test/BaseMakefileTestCase.php#L159
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
}
protected static final function getNonDebugMakeFlags() : string
{
- $makeFlags = (string) getenv('MAKEFLAGS');
+ $makeFlags = getenv('MAKEFLAGS');
$nonDebugFlags = array_filter(explode(' ', $makeFlags), static fn(string $flag) => str_starts_with('--debug=', $flag));
return implode(' ', $nonDebugFlags);
}
|
The logs for this run have expired and are no longer available.
Loading