peridot-php / peridot

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

symfony2 usage example #161

Open laland opened 9 years ago

laland commented 9 years ago

Hi! I want to do my integration or e2e tests wit peridot, please add an example of using it with symfony2.

brianium commented 9 years ago

probably not a bad idea to include framework specifics in the docs - I will plan on adding some documentation for this to the site. In the meantime, it might be helpful to take a look at the http kernel plugin. This plugin was built for testing Symfony2 and other frameworks that use the HttpKernel

Radiergummi commented 7 years ago

If I may bring this up again, I'd greatly appreciate an example of testing Symfony CLI applications!