Closed agallou closed 8 years ago
My feedback on this feature: so far, I did not run any test with docker, but:
But the plugin seems to only run /usr/bin/php ...
when it should run /usr/bin/php -ddate.timzeon=UTC
/usr/bin/php -ddate.timzeon=UTC vendor/bin/atoum -p '/usr/bin/php -ddate.timzeon=UTC' ...
: if we don't do that, atoum will always use the default php binary which ha will find in the PATH
so in the case of docker, it will probably not work.👍
fixes #36