cs: removes comment

This commit is contained in:
Nuno Maduro
2021-08-03 18:22:15 +01:00
committed by GitHub
parent 7785a8cc58
commit 06c4019e81

View File

@ -22,8 +22,6 @@ final class AddsTests
{ {
self::removeTestClosureWarnings($testSuite); self::removeTestClosureWarnings($testSuite);
// @todo refactor this...
$testSuites = []; $testSuites = [];
$pestTestSuite->tests->build($pestTestSuite, function (TestCase $testCase) use (&$testSuites): void { $pestTestSuite->tests->build($pestTestSuite, function (TestCase $testCase) use (&$testSuites): void {
$testCaseClass = get_class($testCase); $testCaseClass = get_class($testCase);