Behat\Testwork\Output\Printer\OutputPrinter is deprecated so I switch to Symfony\Component\Console\Output\OutputInterface.
I am just not sure about the level because OutputInterface::VERBOSITY_NORMAL equal 32 OutputInterface::OUTPUT_NORMAL equal 1 and OutputPrinter::VERBOSITY_NORMAL equal 1 but I think OutputInterface::VERBOSITY_NORMAL is the right solution. Can anyone confirm?
Behat\Testwork\Output\Printer\OutputPrinter
is deprecated so I switch toSymfony\Component\Console\Output\OutputInterface
.I am just not sure about the level because
OutputInterface::VERBOSITY_NORMAL
equal 32OutputInterface::OUTPUT_NORMAL
equal 1 andOutputPrinter::VERBOSITY_NORMAL
equal 1 but I thinkOutputInterface::VERBOSITY_NORMAL
is the right solution. Can anyone confirm?