Fix PHPStan errors for Email editor PHP package unit test folder
MAILPOET-6318
This commit is contained in:
committed by
Jan Lysý
parent
bb71448c53
commit
a4ad960492
@@ -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 );
|
||||
|
Reference in New Issue
Block a user