Skip to content

Commit 31a86c8

Browse files
committed
Make test file names consistent
1 parent 032965a commit 31a86c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/PHPStan/Rules/Keywords/RequireFileExistsRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testBasicCase(): void
4747

4848
public function testFileDoesNotExistConditionally(): void
4949
{
50-
$this->analyse([__DIR__ . '/data/file-does-not-exist-conditionally.php'], [
50+
$this->analyse([__DIR__ . '/data/require-file-conditionally.php'], [
5151
[
5252
'Path in include() "a-file-that-does-not-exist.php" is not a file or it does not exist.',
5353
9,

0 commit comments

Comments
 (0)