Skip to content
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

Open
2 tasks
mickaelandrieu opened this issue Mar 13, 2017 · 8 comments

Comments

@mickaelandrieu
Copy link
Member

  • Removed all questions that can have differents answers in Symfony2/Symfony3
  • Add specific questions about Symfony3 (including new components)
@timonf
Copy link

timonf commented Nov 16, 2017

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}

@20uf
Copy link
Member

20uf commented Nov 16, 2017

Yes already discussed and I find it relevant, we can apply it for php versions etc.

@timonf
Copy link

timonf commented Nov 16, 2017

@20uf Discussed on Gitter or on another issue?

@20uf
Copy link
Member

20uf commented Nov 16, 2017

@timonf I don't know anymore, maybe verbally with @mickaelandrieu.

@mickaelandrieu
Copy link
Member Author

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" 👍

@mickaelandrieu mickaelandrieu changed the title Make the certification pack valid for both Symfony 2 and Symfony 3 Make the certification pack valid for both Symfony 2 and Symfony 3 and Symfony 4 Nov 16, 2017
@Koc
Copy link

Koc commented Mar 1, 2018

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.

@mickaelandrieu
Copy link
Member Author

@Koc it's outdated, can you make a pull request please ?

@rzilin
Copy link

rzilin commented Mar 22, 2018

why just do not have different branch per symfony version ? by a way symfony 4 cert is out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants