Skip to content

Commit 5e29fc6

Browse files
committed
simplify
1 parent dedaed7 commit 5e29fc6

2 files changed

Lines changed: 1 addition & 36 deletions

File tree

tests/PHPStan/Rules/Functions/Bug14844Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function getRule(): Rule
4848
#[RequiresPhp('>= 8.1.0')]
4949
public function testBug14844(): void
5050
{
51-
$this->analyse([__DIR__ . '/data/bug-14844.php'], []);
51+
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-14844.php'], []);
5252
}
5353

5454
public static function getAdditionalConfigFiles(): array

tests/PHPStan/Rules/Functions/data/bug-14844.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)