atoum / phpstorm-plugin

Integrate atoum inside PhpStorm
https://plugins.jetbrains.com/plugin/8173?pr=phpStorm
MIT License
23 stars 4 forks source link

Exception when trying to run test on ignored class #76

Closed CedCannes closed 7 years ago

CedCannes commented 7 years ago

I just put the annotation ignore on a class and by curiosity I launched the test with the plugin and ... :

java.lang.StringIndexOutOfBoundsException: String index out of range: -1 At java.lang.String.substring (String.java:1931)