File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
tests/PHPStan/Rules/Methods Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3646,16 +3646,6 @@ public function testBug5642(): void
3646
3646
]);
3647
3647
}
3648
3648
3649
- public function testBug13267 (): void
3650
- {
3651
- $ this ->checkThisOnly = false ;
3652
- $ this ->checkNullables = false ;
3653
- $ this ->checkUnionTypes = true ;
3654
- $ this ->checkExplicitMixed = false ;
3655
-
3656
- $ this ->analyse ([__DIR__ . '/data/bug-13267.php ' ], []);
3657
- }
3658
-
3659
3649
public function testBug3396 (): void
3660
3650
{
3661
3651
$ this ->checkThisOnly = false ;
Original file line number Diff line number Diff line change @@ -885,6 +885,14 @@ public function testDynamicCall(): void
885
885
]);
886
886
}
887
887
888
+ public function testBug13267 (): void
889
+ {
890
+ $ this ->checkThisOnly = false ;
891
+ $ this ->checkExplicitMixed = false ;
892
+
893
+ $ this ->analyse ([__DIR__ . '/data/bug-13267.php ' ], []);
894
+ }
895
+
888
896
public function testRestrictedInternalClassNameUsage (): void
889
897
{
890
898
$ this ->checkThisOnly = false ;
You can’t perform that action at this time.
0 commit comments