Skip to content

Commit 59b7809

Browse files
committed
Typo in tests
1 parent 80ab4ac commit 59b7809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sniffs/PHP/OptimizedFunctionsWithoutUnpackingSniffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function testNoErrorsNamespaced(): void
1515

1616
public function testNoErrorsNotNamespaced(): void
1717
{
18-
$report = self::checkFile(__DIR__ . '/data/optimizedFunctionsWithoutUnpackingNamespacedNoErrors.php');
18+
$report = self::checkFile(__DIR__ . '/data/optimizedFunctionsWithoutUnpackingNotNamespacedNoErrors.php');
1919
self::assertNoSniffErrorInFile($report);
2020
}
2121

0 commit comments

Comments
 (0)