stuartherbert / sublime-phpunit

PHPUnit Support for Sublime Text 2
https://github.com/stuartherbert/sublime-phpunit
Other
103 stars 20 forks source link

Toggle between Class.php and ClassTest.php with one shortcut #48

Open Starli0n opened 10 years ago

Starli0n commented 10 years ago

Hi,

I added two features:

For example my class micClass is matching the file miClass.php. Therefore, I had two (facultative) entries in PHPUnit.sublime-settings

{
    "prefix_file": "mi",
    "prefix_class": "mic"
}

Hope, this could help.

stuartherbert commented 9 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,

Stu

Starli0n commented 7 years ago

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