Skip to content

Commit 78e616a

Browse files
Move test
1 parent ae15b31 commit 78e616a

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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;

tests/PHPStan/Rules/Methods/CallStaticMethodsRuleTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)