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
I think this is related to command arguments being added outside of configureCommand (#626), but could not completely track it down.
Maybe it's also related to #633 and #629
I'm having another bug in the test above, the 'no' input for the ChoiceQuestion always comes out as a boolean.
It's passed correctly in MakerTestEnvironment::runMaker().
The text was updated successfully, but these errors were encountered:
I'm going to close this issue for now. I've run the test suite locally and on CI a few times - all tests (with the exception of PHP8) are passing. Based on the referenced Travis log, it appears that this was a database connection issue.
If you experience this problems again, please feel free to reopen this issue with any relevant details. Thanks @ckrack for bringing this to our attention!
I'm having problems with the testsuite and it seems that it fails for the latest changes, too.
Actually there seems to be several problems.
make:migration
possibly related to doctrine/migrations-bundle update make:migration runs indefinitely #643 make:migration command is not in agreement with doctrine/migrations:"^3.0" #642make:auth
,make:entity
,make:subscriber
andmake:form
are aborting the make command when there is input.This only seems to occur on PHP 7.3 in Travis and locally also on my PHP 7.4.7
https://travis-ci.org/github/symfony/maker-bundle/jobs/704032589
I've encountered the "Aborted." errors in my tests for
make:dto
and was able to avoid them when usingsetArgumentsString()
.This fails:
while this succeeds:
I think this is related to command arguments being added outside of
configureCommand
(#626), but could not completely track it down.Maybe it's also related to #633 and #629
I'm having another bug in the test above, the 'no' input for the
ChoiceQuestion
always comes out as a boolean.It's passed correctly in
MakerTestEnvironment::runMaker()
.The text was updated successfully, but these errors were encountered: