File tree Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Expand file tree Collapse file tree 4 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 645
645
<PossiblyUnusedMethod occurrences =" 1" >
646
646
<code >getMessage</code >
647
647
</PossiblyUnusedMethod >
648
- <PossiblyUnusedProperty occurrences =" 1" >
649
- <code >$useErrorHandler</code >
650
- </PossiblyUnusedProperty >
651
648
</file >
652
649
<file src =" src/Framework/MockObject/Builder/Identity.php" >
653
650
<MissingReturnType occurrences =" 1" >
989
986
<PossiblyUnusedMethod occurrences =" 1" >
990
987
<code >getMessage</code >
991
988
</PossiblyUnusedMethod >
992
- <PossiblyUnusedProperty occurrences =" 1" >
993
- <code >$useErrorHandler</code >
994
- </PossiblyUnusedProperty >
995
989
</file >
996
990
<file src =" src/Framework/Test.php" >
997
991
<PossiblyUnusedMethod occurrences =" 1" >
1312
1306
<code >getChildren</code >
1313
1307
</PossiblyUnusedMethod >
1314
1308
</file >
1315
- <file src =" src/Framework/WarningTestCase.php" >
1316
- <PossiblyUnusedProperty occurrences =" 1" >
1317
- <code >$useErrorHandler</code >
1318
- </PossiblyUnusedProperty >
1319
- </file >
1320
1309
<file src =" src/Runner/DefaultTestResultCache.php" >
1321
1310
<MissingClosureReturnType occurrences =" 1" >
1322
1311
<code >static function () use ($cacheData) {</code >
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ final class IncompleteTestCase extends TestCase
29
29
*/
30
30
protected $ runTestInSeparateProcess = false ;
31
31
32
- /**
33
- * @var bool
34
- */
35
- protected $ useErrorHandler = false ;
36
-
37
32
/**
38
33
* @var string
39
34
*/
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ final class SkippedTestCase extends TestCase
29
29
*/
30
30
protected $ runTestInSeparateProcess = false ;
31
31
32
- /**
33
- * @var bool
34
- */
35
- protected $ useErrorHandler = false ;
36
-
37
32
/**
38
33
* @var string
39
34
*/
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ final class WarningTestCase extends TestCase
29
29
*/
30
30
protected $ runTestInSeparateProcess = false ;
31
31
32
- /**
33
- * @var bool
34
- */
35
- protected $ useErrorHandler = false ;
36
-
37
32
/**
38
33
* @var string
39
34
*/
You can’t perform that action at this time.
0 commit comments