Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit f9bcd53

Browse files
committed
Don't use the broken JSON configuration in test-data for IgnorePHPFilesTest
1 parent 0c3298b commit f9bcd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IgnorePHPFilesTest.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use type Facebook\HackTest\HackTest;
1414
final class IgnorePHPFilesTest extends HackTest {
1515
public async function testUnparsablePHPFileAsync(): Awaitable<void> {
1616
$lint_run = new __Private\LintRun(
17-
null,
17+
__Private\LintRunConfig::getForPath(\getcwd()),
1818
new DoNotSendMeEventsHandler(),
1919
vec[__DIR__.'/../test-data/unparsable_php_file.php'],
2020
);

0 commit comments

Comments
 (0)