PhpStorm 2018.1 Help

Navigating Between Test and Test Subject

Testing support in PhpStorm provides the ability to navigate between a test and the test subject.

For information on common testing procedures, see Performing Tests.

For language- and framework-specific guidelines, see Testing JavaScript, Testing Node.js Testing with PHPUnit, Testing with Behat, Testing with Codeception, Testing with PHPSpec, and Web Technologies.

Jumping from a test to its test subject

  1. Open the desired test class in the editor.
  2. On the context menu of the editor, choose Go To | Test Subject or press Ctrl+Shift+T.

    The test subject for the current test class opens in the dedicated tab of the editor and gets the focus.

Jumping from a class or file to its test

  1. Open the desired class in the editor.
  2. On the context menu of the editor, choose Go To | Test or press Ctrl+Shift+T.

    If more than one test is associated with the test subject, select the desired one from the pop-up list. The test for the current class opens in the dedicated tab of the editor and gets the focus.

Last modified: 27 July 2018