Closed tyx closed 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
You're right, it has not to be called with self, you can make a PR ;)
Just sent the PR on #22 issue
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