We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4a772 commit 4b10170Copy full SHA for 4b10170
tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php
@@ -3951,7 +3951,7 @@ public function testBug6934(): void
3951
$this->checkThisOnly = false;
3952
$this->checkNullables = true;
3953
$this->checkUnionTypes = true;
3954
- $this->analyse([__DIR__ . '/data/bug-6934.php'], []);
+ $this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-6934.php'], []);
3955
}
3956
3957
public function testBug11463(): void
tests/PHPStan/Rules/Methods/data/bug-6934.php
0 commit comments