Due to modification in the doctrine fixtures bundle, we are now greeted by a prompt everytime we try to load the fixtures.
This can normally be disabled by the --no-interaction option, that disable any prompt. This option was ignored by our command. This PR add support of this option.
Due to modification in the doctrine fixtures bundle, we are now greeted by a prompt everytime we try to load the fixtures.
This can normally be disabled by the
--no-interaction
option, that disable any prompt. This option was ignored by our command. This PR add support of this option.