Fix PHPStan errors for Email editor PHP package unit test folder

MAILPOET-6318
This commit is contained in:
Oluwaseun Olorunsola
2024-11-22 15:36:51 +01:00
committed by Jan Lysý
parent bb71448c53
commit a4ad960492
9 changed files with 19 additions and 9 deletions

View File

@@ -31,8 +31,8 @@ $commands = array(
"$phpStanBin analyse ",
"-c $emailEditorCustomConfig ",
"$emailEditorPhpDir/src ",
// "$emailEditorPhpDir/tests/integration ", // TODO: will uncomment after fixing src errors
// "$emailEditorPhpDir/tests/unit ", // TODO: will uncomment after fixing tests/integration errors
// "$emailEditorPhpDir/tests/integration ", // TODO: will uncomment after fixing src errors
"$emailEditorPhpDir/tests/unit ",
);
$allCommands = implode( ' ', $commands );