From 3136da040d908731f1a4c7d1e6fc3a0d49114108 Mon Sep 17 00:00:00 2001 From: Tania Date: Sat, 6 Jan 2018 23:58:11 +0200 Subject: [PATCH] http_authentication RuntimeException --- testing/http_authentication.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/testing/http_authentication.rst b/testing/http_authentication.rst index ff1f0d49a90..3d9042d0db0 100644 --- a/testing/http_authentication.rst +++ b/testing/http_authentication.rst @@ -124,3 +124,19 @@ needs:: $this->client->getCookieJar()->set($cookie); } } + + +---------------------- + +Notice +If you have error + + RuntimeException: Failed to start the session because headers have already been sent by "/home/tetiana/Projects/event-reminder/vendor/symfony/phpunit-bridge/bin/simple-phpunit" at line 1. + +then you can fix it by: + + framework: + session: + storage_id: session.storage.mock_file + +