phpstorm-plugin icon indicating copy to clipboard operation
phpstorm-plugin copied to clipboard

Go to tests from results

Open vdechenaux opened this issue 8 years ago • 0 comments

#86

atoumgototest

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. method call on null variable), go to method declaration

Classes, double click is not usable because it toggle the class view. You must use "Show source" or "Jump to source" options from right click menu. This menu is also available with methods.

vdechenaux avatar Oct 04 '17 19:10 vdechenaux