mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 12:12:17 +02:00
cs: removes comment
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user