]> granicus.if.org Git - php/commit
Bail out if JUNIT is not enabled
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 7 Oct 2019 11:20:14 +0000 (13:20 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 7 Oct 2019 11:22:11 +0000 (13:22 +0200)
commit8cdab9b217fad0fbcf6d658befc66cd5d8a8fc95
treeca104ca21a529f5cb157a512f7cac55f1bd25db9
parent81d95c4c3ca4828943bd8169a9b7760b4e54ec98
Bail out if JUNIT is not enabled

Otherwise we would try to access an array element of `false`, which
issues a notice as of PHP 7.4.0.  This would happen, for instance, for
bug63447_001.phpt if CGI is not available.
run-tests.php