Next, on to one of my favorite IDE features – PhpStorm’s ability to generate test files for you. Within any given file, you can press Shift+Shift
and search for Go To Test; if there’s a test file for this specific class, PhpStorm will go to it; if there’s none, the IDE will create one for you.
You can also go the other way around, by the way, from the test to the subject. It’s the same keyboard shortcut, and you can find it by pressing Shift+Shift
and searching for Go To Test Subject.