phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

Don't start session based on coverage collection flag

Open aik099 opened this issue 10 years ago • 0 comments

Currently session is started automatically (to put tracking cookie in it) during test run when coverage collection is enabled.

We should only start session when remote coverage collection is enabled (which by the way is disabled by default).

aik099 avatar Jan 17 '15 21:01 aik099