Skip to content

Commit 2814cf8

Browse files
committed
Test files were renamed
1 parent aff4b04 commit 2814cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Keywords/RequireFileExistsRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testFileExistsUsingClassConst(): void
4343

4444
public function testFileDoesNotExistUsingClassConst(): void
4545
{
46-
$this->analyse([__DIR__ . '/data/required-file-does-not-exist-using-class-const.php'], [
46+
$this->analyse([__DIR__ . '/data/file-does-not-exist-using-class-const.php'], [
4747
[
4848
'Required file "a-file-that-does-not-exist.php" does not exist.',
4949
7,
@@ -66,7 +66,7 @@ public function testFileDoesNotExistUsingConst(): void
6666
{
6767
define('FILE_DOES_NOT_EXIST', 'a-file-that-does-not-exist.txt');
6868

69-
$this->analyse([__DIR__ . '/data/required-file-does-not-exist-using-constant.php'], [
69+
$this->analyse([__DIR__ . '/data/file-does-not-exist-using-constant.php'], [
7070
[
7171
'Required file "a-file-that-does-not-exist.txt" does not exist.',
7272
7,

0 commit comments

Comments
 (0)