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 9b30f06 commit bc00571Copy full SHA for bc00571
src/Framework/TestSuite.php
@@ -441,7 +441,7 @@ public function provides(): array
441
}
442
443
foreach ($this->tests as $test) {
444
- if (!($test instanceof Reorderable)) {
+ if (!$test instanceof Reorderable) {
445
continue;
446
447
@@ -461,7 +461,7 @@ public function requires(): array
461
$this->requiredTests = [];
462
463
464
465
466
467
0 commit comments