We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedaed7 commit 5e29fc6Copy full SHA for 5e29fc6
2 files changed
tests/PHPStan/Rules/Functions/Bug14844Test.php
@@ -48,7 +48,7 @@ protected function getRule(): Rule
48
#[RequiresPhp('>= 8.1.0')]
49
public function testBug14844(): void
50
{
51
- $this->analyse([__DIR__ . '/data/bug-14844.php'], []);
+ $this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-14844.php'], []);
52
}
53
54
public static function getAdditionalConfigFiles(): array
tests/PHPStan/Rules/Functions/data/bug-14844.php
0 commit comments