Skip to content

Commit 0e07011

Browse files
VincentLangletstaabm
authored andcommitted
Deduplicate files
1 parent 926cf83 commit 0e07011

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3951,7 +3951,7 @@ public function testBug6934(): void
39513951
$this->checkThisOnly = false;
39523952
$this->checkNullables = true;
39533953
$this->checkUnionTypes = true;
3954-
$this->analyse([__DIR__ . '/data/bug-6934.php'], []);
3954+
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-6934.php'], []);
39553955
}
39563956

39573957
public function testBug11463(): void

tests/PHPStan/Rules/Methods/data/bug-6934.php

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

0 commit comments

Comments
 (0)