phpunit-mink
phpunit-mink copied to clipboard
Don't start session based on coverage collection flag
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).