Behat / Symfony2Extension

Symfony2 extension for Behat
MIT License
393 stars 106 forks source link

one beforesuite hook for multicontext #142

Closed ebrahimdunro closed 6 years ago

ebrahimdunro commented 6 years ago

Hi I have a suite that has two context classes. I've written a trait that has a @beforeSuite static function and I added it to those two classes. When I run behat, @beforeSuite function is called two times. What should I do? please help me. Thanks.