atoum / phpstorm-plugin

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

add support for launching tests with php interpreters #71

Closed agallou closed 8 years ago

agallou commented 8 years ago

fixes #36

jubianchi commented 8 years ago

My feedback on this feature: so far, I did not run any test with docker, but:

capture d ecran 2016-05-18 a 10 59 05

But the plugin seems to only run /usr/bin/php ... when it should run /usr/bin/php -ddate.timzeon=UTC

jubianchi commented 8 years ago

👍