File tree Expand file tree Collapse file tree 4 files changed +1
-26
lines changed Expand file tree Collapse file tree 4 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 465
465
<PossiblyUnusedMethod occurrences =" 1" >
466
466
<code >getMessage</code >
467
467
</PossiblyUnusedMethod >
468
- <PossiblyUnusedProperty occurrences =" 1" >
469
- <code >$useErrorHandler</code >
470
- </PossiblyUnusedProperty >
471
468
</file >
472
469
<file src =" src/Framework/MockObject/Builder/Identity.php" >
473
470
<MissingReturnType occurrences =" 1" >
799
796
<PossiblyUnusedMethod occurrences =" 1" >
800
797
<code >getMessage</code >
801
798
</PossiblyUnusedMethod >
802
- <PossiblyUnusedProperty occurrences =" 1" >
803
- <code >$useErrorHandler</code >
804
- </PossiblyUnusedProperty >
805
799
</file >
806
800
<file src =" src/Framework/Test.php" >
807
801
<PossiblyUnusedMethod occurrences =" 1" >
1127
1121
<code >getChildren</code >
1128
1122
</PossiblyUnusedMethod >
1129
1123
</file >
1130
- <file src =" src/Framework/WarningTestCase.php" >
1131
- <PossiblyUnusedProperty occurrences =" 1" >
1132
- <code >$useErrorHandler</code >
1133
- </PossiblyUnusedProperty >
1134
- </file >
1135
1124
<file src =" src/Runner/BaseTestRunner.php" >
1136
1125
<DeprecatedClass occurrences =" 2" >
1137
1126
<code >TestSuiteLoader</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
*/
@@ -45,6 +40,7 @@ final class WarningTestCase extends TestCase
45
40
public function __construct ($ message = '' )
46
41
{
47
42
$ this ->message = $ message ;
43
+
48
44
parent ::__construct ('Warning ' );
49
45
}
50
46
You can’t perform that action at this time.
0 commit comments