diff --git a/src/Actions/AddsTests.php b/src/Actions/AddsTests.php index 173d877c..f5060a78 100644 --- a/src/Actions/AddsTests.php +++ b/src/Actions/AddsTests.php @@ -22,8 +22,6 @@ final class AddsTests { self::removeTestClosureWarnings($testSuite); - // @todo refactor this... - $testSuites = []; $pestTestSuite->tests->build($pestTestSuite, function (TestCase $testCase) use (&$testSuites): void { $testCaseClass = get_class($testCase);