How can I make PHPStorm always use the phpunit.xmldefault project directory.
The variable {PROJECT_DIRECTORY}does not work (it was only guessed)
Click Path: Default Settings → Languages and Framework → PHP → PHP Module

edit @LazyOne commented that the path is automatically translated. But this is not so:
- Edited default settings in any project A, select
phpunit.xmlfrom this project - Another project opened
- Validated Defaults
- The path to "some project A" is used
source
share