X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2FRegression%2FGitHub%2F1348.phpt;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2FRegression%2FGitHub%2F1348.phpt;h=a3a721d72fd6dff5ded09c3f5d4655574526735f;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=0000000000000000000000000000000000000000;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/phpunit/phpunit/tests/Regression/GitHub/1348.phpt b/vendor/phpunit/phpunit/tests/Regression/GitHub/1348.phpt new file mode 100644 index 000000000..a3a721d72 --- /dev/null +++ b/vendor/phpunit/phpunit/tests/Regression/GitHub/1348.phpt @@ -0,0 +1,36 @@ +--TEST-- +GH-1348: STDOUT/STDERR IO streams should exist in process isolation +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +PHPUnit %s by Sebastian Bergmann and contributors. + +. +STDOUT does not break test result +E + +Time: %s, Memory: %s + +There was 1 error: + +1) Issue1348Test::testSTDERR +PHPUnit_Framework_Exception: STDERR works as usual. + +FAILURES! +Tests: 2, Assertions: 1, Errors: 1.