Is there any integration of PHPUnit with Eclipse PDT?
If not, are there any plans to do so?
For all using composer on unix like machine (eclipse and xdebug installed):
cd
ln -s vendor/bin/phpunit phpunit.php
Open eclipse, open run/debug configuration, create a new debug configuration, and select phpunit.php
as file to debug. Continue the rest of the setup as usual, set breakpoints, that's it.