X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2FRegression%2FGitHub%2F433.phpt;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2FRegression%2FGitHub%2F433.phpt;h=df6c6f8ec688fccb99ecbce92df12fdb6b9f1ed0;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/phpunit/phpunit/tests/Regression/GitHub/433.phpt b/vendor/phpunit/phpunit/tests/Regression/GitHub/433.phpt new file mode 100644 index 000000000..df6c6f8ec --- /dev/null +++ b/vendor/phpunit/phpunit/tests/Regression/GitHub/433.phpt @@ -0,0 +1,31 @@ +--TEST-- +GH-433: expectOutputString not completely working as expected +--FILE-- + +--EXPECTF-- +PHPUnit %s by Sebastian Bergmann and contributors. + +..F + +Time: %s, Memory: %s + +There was 1 failure: + +1) Issue433Test::testNotMatchingOutput +Failed asserting that two strings are equal. +--- Expected ++++ Actual +@@ @@ +-'foo' ++'bar' + +FAILURES! +Tests: 3, Assertions: 3, Failures: 1.