richardmiller-zz / BehatSpec

Extensions to integrate Behat and PhpSpec
MIT License
51 stars 6 forks source link

ErrorExtension: rely on behat's ErrorListeners when using behat 3.2 #40

Open ek9 opened 7 years ago

ek9 commented 7 years ago

As discussed on https://github.com/richardmiller/BehatSpec/issues/5

One of the other changes, is that Behat 3.2 has it's own error listeners which can be used instead of the ones in the ErrorExtension. These should work better as well in terms of hopefully solving one of the > issues with the way the current error observers work (richardmiller/ErrorExtension#1)