peridot-php / peridot

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

Remove application from peridot.configure event #119

Closed brianium closed 9 years ago

brianium commented 9 years ago

Application as an argument is not useful in the peridot.configure event. It fires too late for most purposes. Application work should be handled in the peridot.start event always.