I like to have a debug configuration, that allows me to test the current file. In every project it is the same, so I like to put variables in these fields:
So when I am within a test I like to click "Debug" and it runs phpunit /my/current/test.php
using the given phpunit config.
How to do that?