Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
487 views
in Technique[技术] by (71.8m points)

unit testing - Codeception tests fail when using PCOV with --coverage

I have a problem with my unit/functional tests. I’m using PHP 7.2, PHPUnit 8.5 and Codeception 4.1. My tests run perfectly well when running them normally, but for some reason if I try to generate code coverage for functional or unit tests using PCOV, they immediately stop without any warning or error output.

vendor/codeception/codeception/codecept --ansi run unit --phpunit-xml --no-exit --coverage-xml
Codeception PHP Testing Framework v4.1.16
Powered by PHPUnit 8.5.14 by Sebastian Bergmann and contributors.

Test.unit Tests (1080) --------------------
MBP145:prjct patrick.barbosa$

When I use xdebug instead of PCOV, I am able to run the tests and generate coverage without running into any problems.

Does anyone have any idea what could cause this?

question from:https://stackoverflow.com/questions/65941092/codeception-tests-fail-when-using-pcov-with-coverage

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

For anyone running into a similar problem, I found the solution.

Opcache seems to cause problems when runnning tests with PCOV, disabling it fixed it and the tests run fine now.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.9k users

...