atoum / phpstorm-plugin

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

avoid nullpointer excception when a file does not contain a class #47

Closed agallou closed 8 years ago

agallou commented 8 years ago

Check if there is a first class in the file before validate if it's a test class.

fixes #46