Vincent Dechenaux
Vincent Dechenaux
Tests should extends \atoum (cf doc) but you can also extends \atoum\test and it was not supported since #82
#86  Success method: go to method declaration Failed method: - if atoum gives the line (e.g. assert fail), go to line - if line number cannot be found (e.g....
See https://github.com/atoum/phpstorm-plugin/issues/11 ~Based on #82 . Please review it first :)~ Add support to classes with a custom namespace ,with `@namespace` annotation or `$this->setTestNamespace()` call in constructor (in the class...
Related to #43 but it doesn't fix it :disappointed: Before:   After:  
 Based on #93 #50 but it doesn't totally fix it because when there is failed tests from more than one class, it runs failed tests of the latest class.