From 06c4019e81d7741a0efc33ffe210582546527b2d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 3 Aug 2021 18:22:15 +0100 Subject: [PATCH] cs: removes comment --- src/Actions/AddsTests.php | 2 -- 1 file changed, 2 deletions(-) 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);