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