atoum / AtoumBundle

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

Cannot override getKernelDirectory #21

Closed tyx closed 11 years ago

tyx commented 11 years ago

Hello,

Any reason why getKernelDirectory is called like static method in WebTestCase.php on line 143 ?

Apparently I cannot override getKernelDirectory because of this call.

I can do a PR, but I want to be sure there is not an hidden case I missed.

Thanks

stephpy commented 11 years ago

You're right, it has not to be called with self, you can make a PR ;)

tyx commented 11 years ago

Just sent the PR on #22 issue