Output only to stderr in unit tests
authorAryeh Gregor <ayg@aryeh.name>
Mon, 8 Oct 2018 18:04:12 +0000 (21:04 +0300)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 16 Oct 2018 00:50:26 +0000 (17:50 -0700)
Otherwise, session tests don't work in PHP 7.2 because headers are
already sent: https://bugs.php.net/bug.php?id=75628

Bug: T206476
Change-Id: Ie88db4a61a56b756c6445d2579a2f30da22c3ee8


No differences found