anho / BehatFormatterTeamcity

2 stars 4 forks source link

Extension fails to load with Behat 3.1 #1

Closed elvetemedve closed 8 years ago

elvetemedve commented 8 years ago

The class ConsoleOutputPrinter was removed in Behat 3.1 so the extenion produces this error:

PHP Fatal error: Class 'Behat\Behat\Output\Printer\ConsoleOutputPrinter' not found in vendor/anho/behat-formatter-teamcity/src/TeamCityFormatter.php on line 112

anho commented 8 years ago

Thanks for making me aware of that. Have you tried to use the new Junit formatter from 3.1? Maybe that is something worth a look.

elvetemedve commented 8 years ago

No, I haven't yet. I just wanted to fix the error ASAP.

anho commented 8 years ago

Fixed with #2.