peridot-php / peridot

Event driven BDD test framework for PHP
http://peridot-php.github.io/
MIT License
328 stars 27 forks source link

Nothing listens to the 'error' event #162

Closed austinsmorris closed 9 years ago

austinsmorris commented 9 years ago

By default, peridot changes the error handler to one that emits the 'error' event. By default, nothing is listening to that. I'm wondering if we shouldn't create something so errors are at least printed to the screen....

austinsmorris commented 9 years ago

This is #158.