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
36463646 ]);
36473647 }
36483648
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-
36593649 public function testBug3396 (): void
36603650 {
36613651 $ this ->checkThisOnly = false ;
Original file line number Diff line number Diff line change @@ -885,6 +885,14 @@ public function testDynamicCall(): void
885885 ]);
886886 }
887887
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+
888896 public function testRestrictedInternalClassNameUsage (): void
889897 {
890898 $ this ->checkThisOnly = false ;
You can’t perform that action at this time.
0 commit comments