File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,6 @@ final class TestResult implements Countable
99
99
*/
100
100
private $ time = 0 ;
101
101
102
- /**
103
- * @var TestSuite
104
- */
105
- private $ topTestSuite ;
106
-
107
102
/**
108
103
* Code Coverage information.
109
104
*
@@ -401,10 +396,6 @@ public function startTestSuite(TestSuite $suite): void
401
396
{
402
397
$ this ->currentTestSuiteFailed = false ;
403
398
404
- if ($ this ->topTestSuite === null ) {
405
- $ this ->topTestSuite = $ suite ;
406
- }
407
-
408
399
foreach ($ this ->listeners as $ listener ) {
409
400
$ listener ->startTestSuite ($ suite );
410
401
}
@@ -618,14 +609,6 @@ public function passedClasses(): array
618
609
return $ this ->passedTestClasses ;
619
610
}
620
611
621
- /**
622
- * Returns the (top) test suite.
623
- */
624
- public function topTestSuite (): TestSuite
625
- {
626
- return $ this ->topTestSuite ;
627
- }
628
-
629
612
/**
630
613
* Returns whether code coverage information should be collected.
631
614
*/
You can’t perform that action at this time.
0 commit comments