silver
silver

Reputation: 1703

Missing PHPUnit in PhpStorm settings on Windows

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:

enter image description here

From the command line I have installed PHPUnit successfully:

enter image description here

Any ideas what is broken? Is it the fact that I'm using the community edition (phpstorm-2018.3)?

Upvotes: 0

Views: 234

Answers (1)

Jeto
Jeto

Reputation: 14927

You're not looking at the right place.

Per PHPStorm's documentation,

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

Related Questions