Skip to content

Commit 604f322

Browse files
committed
Cleanup
1 parent b9ba111 commit 604f322

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/Helpers/ReferencedNameHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testReturnTypeHint(): void
131131
public function testConstantIsNotReferencedName(): void
132132
{
133133
$codeSnifferFile = $this->getCodeSnifferFile(
134-
__DIR__ . '/data/class-constant.php'
134+
__DIR__ . '/data/classConstant.php'
135135
);
136136
$names = ReferencedNameHelper::getAllReferencedNames($codeSnifferFile, 0);
137137
$this->assertCount(0, $names);

0 commit comments

Comments
 (0)