Closed viktorsteinwand closed 7 years ago
In the phpunit-docker image ?
Because with the image, the message is :
PHPUnit 5.5.7 by Sebastian Bergmann, Julien Breux (Docker) and contributors.
The meaning of version number relates to the docker image, not to the phpunit itself:
image: phpunit/phpunit:5.4.2
- works properly
image: phpunit/phpunit:5.4.3
or image: phpunit/phpunit:latest
- the code coverage driver do not work properly (xdebug is the code coverage driver)
In my opinion, the issue do not relates to the phpunit but to the installation of the xdebug module
Thanks @viktorsteinwand,
And with de new phpunit/phpunit:5.7.5
or the new phpunit/phpunit:latest
?
I will add more tests for coverage.
Hey @viktorsteinwand, I found the cause of the problem.
I fix'it now! 😄
It seems that after the version v5.4.2 no xdebug is available due to following error message if execute phpunit:
If using the version v5.4.2 the code coverage driver is available: