X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2FTextUI%2Fdataprovider-log-xml.phpt;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2FTextUI%2Fdataprovider-log-xml.phpt;h=f6ca5d169fc2bb075de58e6b61cea5ae9d8ccefa;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/phpunit/phpunit/tests/TextUI/dataprovider-log-xml.phpt b/vendor/phpunit/phpunit/tests/TextUI/dataprovider-log-xml.phpt new file mode 100644 index 000000000..f6ca5d169 --- /dev/null +++ b/vendor/phpunit/phpunit/tests/TextUI/dataprovider-log-xml.phpt @@ -0,0 +1,46 @@ +--TEST-- +phpunit --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php +--FILE-- + +--EXPECTF-- +PHPUnit %s by Sebastian Bergmann and contributors. + +..F. + + + + + + + DataProviderTest::testAdd with data set #2 (1, 1, 3) +Failed asserting that 2 matches expected 3. + +%s:%i + + + + + + + + +Time: %s, Memory: %s + +There was 1 failure: + +1) DataProviderTest::testAdd with data set #2 (1, 1, 3) +Failed asserting that 2 matches expected 3. + +%s:%i + +FAILURES! +Tests: 4, Assertions: 4, Failures: 1.