diff --git a/src/Support/Coverage.php b/src/Support/Coverage.php index 3edb3811..302e00b1 100644 --- a/src/Support/Coverage.php +++ b/src/Support/Coverage.php @@ -198,8 +198,6 @@ public static function getMissingCoverage(mixed $file): array $array = []; foreach (array_filter($file->lineCoverageData(), is_array(...)) as $line => $tests) { - assert(is_array($tests)); - $array = $eachLine($array, $tests, $line); }