atoum / AtoumBundle

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

add a public method to return the kernel #48

Closed omansour closed 11 years ago

omansour commented 11 years ago

I need this to test validator


validator = $client->getKernel()->getContainer()->get('validator');

can be usefull for other usage I guess

FlorianLB commented 11 years ago

Thx :)