richardmiller-zz / BehatSpec

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

ErrorExtension: Observer should be named ObserverInterface #34

Closed ek9 closed 7 years ago

ek9 commented 7 years ago

There is an interface named Observer in ErrorExtensions. I would suggest renaming it to ObserverInterface so you can define your observer without needing to alias the Observer class as ObserverInterface.

ek9 commented 7 years ago

Closing this. See PR for the discussion.