atoum / phpstorm-plugin

Integrate atoum inside PhpStorm
https://plugins.jetbrains.com/plugin/8173?pr=phpStorm
MIT License
23 stars 4 forks source link

docker compose usage seems not detect #97

Open Grummfy opened 6 years ago

Grummfy commented 6 years ago

Hello, I use a docker compose environment, have it configured inside phpstorm and it seems working. My test are running but after the test run I have a red line with "No tests were found!" and no navigation tree inside the atoum windows. I ahve the latest stable phpstorm version and latest atoum plugins.

rdavaillaud commented 6 years ago

Hi, same problem here.

In fact, it seems to use only the local interpreter, no matter if there is non "local interpreter" for PHP cli defined inside phpstorm and a "docker-compose" one is present.