PhpStorm 6.0.1 Web Help

PHPUnit testing support in PhpStorm provides the possibility to navigate between a test and test subject.
To jump from a test to its test subject
  1. Open the desired test class in the editor.
  2. On the main menu or on the context menu of the editor, choose Navigate | Test Subject. Alternatively, press Ctrl+Shift+TCtrl+Shift+T. The test subject for the current test class opens in the dedicated tab of the editor and gets the focus.
To jump from a class or file to its test
  1. Open the desired class in the editor.
  2. On the main menu or on the context menu of the editor, choose Navigate | Test. Alternatively, press Ctrl+Shift+TCtrl+Shift+T. The test for the current class or files opens in the dedicated tab of the editor and gets the focus.

See Also

Procedures:

Web Resources: