Open Starli0n opened 10 years ago
Hi,
It isn't clear to me why this is needed? It sounds like you're creating code that isn't PSR0 or PSR4 compliant. If that's the case, I'm afraid that I can't accept your pull request.
Best regards,
Hi,
After almost 2 years, I came back on this PR as I was doing some cleaning on my repos.
I removed the commit that was not PSR0/PSR4 compliant. I did not know what it meant back in the days.
In this PR, I fixed the issue #60 and I offer the ability to toggle between Class.php and ClassTest.php with one shortcut.
Could you please review it?
Thanks
Hi,
I added two features:
For example my class
micClass
is matching the filemiClass.php
. Therefore, I had two (facultative) entries inPHPUnit.sublime-settings
Hope, this could help.