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)
commit7a547df7c08e0236ba09376cf786de747a4eb19c
treef9a58b6b1a3b22fb5ef32d375625152e8ab42ad9
parentc7246fc2017718ed5f8f3ae056be478678f8a021
Output only to stderr in unit tests

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
tests/phpunit/includes/session/PHPSessionHandlerTest.php
tests/phpunit/phpunit.php
tests/phpunit/suite.xml