atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
44 stars 25 forks source link

Add possibility to launch atoum in debug mode #38

Closed Heer0 closed 11 years ago

Heer0 commented 11 years ago

AtoumBundle has dumping methods (dumpResponse) but nothing to display result in console.

With this pull request, it's now possible to launch atoum in debug mode.

example:

$ php app/console atoum FooBundle --debug
stephpy commented 11 years ago

:+1:

stephpy commented 11 years ago

Tests fails because https://github.com/atoum/AtoumBundle/pull/37 is not merged atm

jubianchi commented 11 years ago

A quick rebase and everything should be ok ;)

stephpy commented 11 years ago

@jubianchi you mean “squash“ ? Theses commits can be applied without a rebase here.

stephpy commented 11 years ago

Or juste rebasing to be sure than tests passes :)

jubianchi commented 11 years ago

@stephpy yeah! just to be sure tests are green ;)