Alessandro Podo
Alessandro Podo
Thanks for your fast answer. I try to read and understand how this could be done.
I forgot to check if it works without a form. The entity is filled with the new values when the submit is complete and the flush occurs. Before that, the...
Hello, i get the same with Symfony 5.1.9 and your Version 3.0.1
I'm not sure what exactly you want a test for? @smnandre So far I can't find a test for the Commando. I can't find any tests for the make commandos...
That's true. I try to create a test, but i have a problem the with the interactive Question. I tried to create the test like [here described.](https://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input) But i get...
i want to use this Bundle with SF6 an possible Solution for that is, to use the new TaggedIterator(SF5.3) to get all Commands. What do you say?
as a POC: `class GetTaggedService { public function __construct(#[TaggedIterator('console.command')] private iterable $commands, private Reader $reader) { } public function getCronJob(): array { $job = []; foreach ($this->commands as $command) {...
https://github.com/zenstruck/messenger-monitor-bundle/pull/103 Do you mean this feature?