stuartherbert / sublime-phpunit

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

Open phpunit.xml uses incorrect file #49

Closed JoakimLofgren closed 9 years ago

JoakimLofgren commented 9 years ago

Seems like the folder exclusion setting is not used, so it goes into vendor/ and grabs the first it finds... Even though app/phpunit.xml.dist is "closer" than vendor/.../phpunit.xml

I use the default plugin settings and I don't have a app/phpunit.xml file.

stuartherbert commented 9 years ago

Thanks for the bug report. You're absolutely right - this setting isn't used.

I've just pushed a fix which should use this setting. Hopefully that will solve your problem.