Closed mauris closed 11 years ago
Sorry about this. Since I'm mainly using Sublime Text 3 now, I'm less aware of what features are new and what aren't available. In this case, the plugin_loaded()
function is a new thing in Sublime Text 3, and it's never called. Since that's where the configuration is loaded, it never gets loaded.
I've tested a fix for this in Sublime Text 2, and tagged the release 0.2.1. You should be able to update using Package Control (soon, depending on caching) or git pull
, depending on how you installed it. Let me know if the problem continues, or if it works out for you.
Suspected the same when I did a little debugging. Upgraded package and working great. Thanks @bradfeehan for supporting oldie 2.0.1.
I'm getting a lot of the
ConfigurationNotLoaded
exception. Not sure why even after setting up everything properly. I am able to build and generate PHPUnit properly (clover.xml generated properly). But I can't get PHP Code Coverage to show up.I'm using Sublime Text 2.0.1.