mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01: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