I am evaluating this extension for vs code to "maybe" send PHPStorm to the graveyard.
I configured php and debugging with xdebug and it works fine. The only thing that won't work, is to run phpunit tests from the TestExplorer. The extension found all the unitTests defined within phpunit.xml.
When I try to run the tests with the play icon within the VS Code UI, I always get "0/0 tests passed (0.00%)". There is no error message in the output, its just not running any tests.
Is this a known issue? Can anyone confirm that the test explorer works as expected?
Thanks!