Suppress "Headers already sent" in PHP 7.2 too
authorAryeh Gregor <ayg@aryeh.name>
Mon, 8 Oct 2018 17:10:36 +0000 (20:10 +0300)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 16 Oct 2018 00:50:26 +0000 (17:50 -0700)
commitc7246fc2017718ed5f8f3ae056be478678f8a021
tree5c15b8ba6981db2163a76012806676c9695c922a
parent14d08d1df93a9e2d98d505769be94c96b348f8c5
Suppress "Headers already sent" in PHP 7.2 too

The "h" is now capitalized, so we need to update the regex.

Change-Id: I1111e1228868ec66d930c7a3b0d7972e5c6356b9
(cherry picked from commit 1572f3b1b89abc958da6a7d131553e3b67953403)
tests/phpunit/includes/session/PHPSessionHandlerTest.php