Reputation: 1703
I'm using PhpStorm community addition and the settings menu doesn't show the PHPUnit entry like it should (all the manuals that I encountered in the web show it).
You can see that my PHP entry is missing the PHPUnit:
From the command line I have installed PHPUnit successfully:
Any ideas what is broken? Is it the fact that I'm using the community edition (phpstorm-2018.3)?
Upvotes: 0
Views: 234
Reputation: 14927
You're not looking at the right place.
In the Settings/Preferences dialog (Ctrl+Alt+S), expand the Languages and Frameworks node and select Test Frameworks under PHP.
Full settings path: File | Settings | Languages & Frameworks | PHP | Test Frameworks
.
Upvotes: 1