-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the certification pack valid for both Symfony 2 and Symfony 3 and Symfony 4 #51
Comments
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" 👍 |
Does |
@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 |
The text was updated successfully, but these errors were encountered: