We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfdc60 commit ce497cfCopy full SHA for ce497cf
src/Framework/TestSuite.php
@@ -436,7 +436,9 @@ public function provides(): array
436
437
foreach ($this->tests as $test) {
438
if (!$test instanceof Reorderable) {
439
+ // @codeCoverageIgnoreStart
440
continue;
441
+ // @codeCoverageIgnoreEnd
442
}
443
444
$this->providedTests = ExecutionOrderDependency::mergeUnique($this->providedTests, $test->provides());
@@ -456,7 +458,9 @@ public function requires(): array
456
458
457
459
460
461
462
463
464
465
466
$this->requiredTests = ExecutionOrderDependency::mergeUnique(
0 commit comments