atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot override getKernelDirectory

tyx opened this issue · comments

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

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

Just sent the PR on #22 issue