Skip to content

Commit dbfe1c3

Browse files
authored
Merge pull request #436 from PHPCSStandards/feature/ghactions-fix-build
Tests - Generic/ESLint: fix test
2 parents 82ad715 + 8246d06 commit dbfe1c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Standards/Generic/Tests/Debug/ESLintUnitTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ protected function setUpPrerequisites()
5252
$cwd = getcwd();
5353
file_put_contents($cwd.'/.eslintrc.json', self::ESLINT_CONFIG);
5454

55+
putenv('ESLINT_USE_FLAT_CONFIG=false');
56+
5557
}//end setUpPrerequisites()
5658

5759

0 commit comments

Comments
 (0)