This context contains steps to test symfony commands
Will answer the next upcoming question with .
Execute the given symfony command, including parsing of arguments.
Check the return code. 0 indicates a success, everything else an error.
Shortcut to check for return code 0.
Check if the text is contained somewhere in the command's output.
Make sure, that the given text is not in the command's output.