You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can fix this by removing the no-ansi option in bin/generate-tests.php but that will add the option to all existing tests so I'll let you decide how you want it to go but that was my investigation if it can helps 😄
The text was updated successfully, but these errors were encountered:
The test autogeneration script seems to break the output files, or at least change the output format, is this normal?
The problem is only present after the update to 6.4.*. "update to symfony 6.4.*" commit 0666110
EDIT :
The problem is present here too : https://github.com/jolicode/castor/pull/235/files#diff-fc5f4f1650c6b6065733fe148d65106f2953ba440c80b9cc33c03d7c4038421a
I have identified the package :
symfony/console
, version6.4.1
work fine like beforeThe problem come from this change symfony/symfony#52940
You can fix this by removing the
no-ansi
option inbin/generate-tests.php
but that will add the option to all existing tests so I'll let you decide how you want it to go but that was my investigation if it can helps 😄The text was updated successfully, but these errors were encountered: