Quit throwing exceptions on output on STDERR channel (fixes #61)
commit37f25956537524fe2f2eb784fdb218b47b888f30
authortswicegood <tswicegood@54d25d7b-d40e-47af-a99d-8d4037bc02b6>
Tue, 27 May 2008 14:45:09 +0000 (27 14:45 +0000)
committertswicegood <tswicegood@54d25d7b-d40e-47af-a99d-8d4037bc02b6>
Tue, 27 May 2008 14:45:09 +0000 (27 14:45 +0000)
tree400d111225d4915ed782cd1a85df3b5a15eadb0e
parent110d5157ffcfb1094127b13ba3650c8ad422d31d
Quit throwing exceptions on output on STDERR channel (fixes #61)

PHP has started writing its PHP Errors to STDERR in CLI which means an expected
error within the test case could cause PHPT to mis-interpret the error as an
errored test.  Instead of making the assumption that no STDERR output should be
generated, PHPT now adds it to the output.

BC BREAK: This breaks existing behavior which expected all PHP errors to be
displayed as part of STDOUT and anything on STDERR was automatically considered
bad.

git-svn-id: https://svn.phpt.info/Core/trunk@695 54d25d7b-d40e-47af-a99d-8d4037bc02b6
src/PHPT/CodeRunner/Driver/Proc.php
tests/CodeRunner/Driver/Proc/throws-exception-on-bad-proc_open.phpt [deleted file]