Open mickaelandrieu opened 7 years ago
Maybe you could think about the yaml format. Would be great to have something like:
questions:
-
question: 'Which of these response objects does not exists?'
versions: ['symfony2', 'symfony3', 'symfony4']
answers:
- {value: XmlResponse, correct: true}
- {value: JsonResponse, correct: false}
- {value: BinaryFileResponse, correct: false}
- {value: RedirectResponse, correct: false}
Yes already discussed and I find it relevant, we can apply it for php versions etc.
@20uf Discussed on Gitter or on another issue?
@timonf I don't know anymore, maybe verbally with @mickaelandrieu.
I'm more in favor of a deck by version of Symfony, but as Symfony 2 will be deprecated we will probably update this deck for Symfony3 & Symfony4. I don't have time to work on it right now, I'll accept reviews of questions with pleasure :)
And this deck "works", some certified people told me the questions were "good" :+1:
14 Which function are mandatory to your command class ? | execute(InputInterface $input, OutputInterface $output), configure() | ✗ | |
Does configure
is mandatory for 4.0? We can set default command name using static property or inside DI tag attribute.
@Koc it's outdated, can you make a pull request please ?
why just do not have different branch per symfony version ? by a way symfony 4 cert is out