php-censor/tests/PHPCensor/Helper
TobiasKappe 5c10fca905 Read standard output and standard error of child process using stream_select. (#1253)
If a process filled up the buffer of the standard error pipe before closing the
standard output pipe, it would hang. As a result, the call to
stream_get_contents for the standard output pipe would not return, as the
standard error pipe needs to be read from in order for the process to continue.
This change uses stream_select to read from both pipes whenever data becomes
available.
2017-01-06 11:15:08 +07:00
..
AnsiConverterTest.php Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
BuildInterpolatorTest.php Fixed naming (phpci -> php-censor) 2016-07-22 12:14:10 +06:00
CommandExecutorTest.php Read standard output and standard error of child process using stream_select. (#1253) 2017-01-06 11:15:08 +07:00
LangTest.php Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
MailerFactoryTest.php Removing PHPUnit::execute Coverage Tags 2016-12-24 17:07:25 +07:00