Skip to content

Commit 230facd

Browse files
committed
AC-669: Create phpcs static check for InstallUpgradeTest
1 parent 718975a commit 230facd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Magento2/Tests/Eslint/AbstractEslintTestCase.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ protected function assertFileContainsError(string $testFile, array $expectedMess
2424
{
2525
exec(
2626
'npm run eslint -- Magento2/Tests/Eslint/' . $testFile,
27-
$output
27+
$output,
28+
$exitCode
2829
);
2930

3031
foreach ($expectedMessages as $message) {

0 commit comments

Comments
 (0)