File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/PHPStan/Rules/Keywords Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function testFileExistsUsingClassConst(): void
43
43
44
44
public function testFileDoesNotExistUsingClassConst (): void
45
45
{
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 ' ], [
47
47
[
48
48
'Required file "a-file-that-does-not-exist.php" does not exist. ' ,
49
49
7 ,
@@ -66,7 +66,7 @@ public function testFileDoesNotExistUsingConst(): void
66
66
{
67
67
define ('FILE_DOES_NOT_EXIST ' , 'a-file-that-does-not-exist.txt ' );
68
68
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 ' ], [
70
70
[
71
71
'Required file "a-file-that-does-not-exist.txt" does not exist. ' ,
72
72
7 ,
You can’t perform that action at this time.
0 commit comments