FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

It is not possible to suppress errors #173

Open hulkthedev opened 2 years ago

hulkthedev commented 2 years ago

Hello, everyone, it's everytime pain in my A.... to set up behat properly. Everything is in the root, everything throws errors, everything has to be adjusted.

Supressing errors not possible...

define('BEHAT_ERROR_REPORTING', E_ERROR | E_WARNING | E_PARSE) result in Warning: Constant BEHAT_ERROR_REPORTING already defined

error_reporting in behat.yml have no effect, no matter where written

If i start behat tests, the entire env runs as dev, not as test. Why? Where to change?