stuartherbert / sublime-phpunit

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

Accept phpunit.xml with other file names #34

Closed Surt closed 9 years ago

Surt commented 10 years ago

I would like to have the option to select a phpunit xml file with other names, as for example phpunit-test-this.xml. Actually, only phpunit.xml is accepted in the sidebar right-button command.

stuartherbert commented 9 years ago

I've just added a new setting to the config file - phpunit_xml_aliases. You can add your phpunit-test-this.xml to this list, and it should be fully supported by the plugin.

Please let me know if you have any problems using this new feature.