X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2FTextUI%2Fcustom-printer-verbose.phpt;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2FTextUI%2Fcustom-printer-verbose.phpt;h=2255a6ee733abbd898cfd90ca638ed5b6711ea9c;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=0000000000000000000000000000000000000000;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/phpunit/phpunit/tests/TextUI/custom-printer-verbose.phpt b/vendor/phpunit/phpunit/tests/TextUI/custom-printer-verbose.phpt new file mode 100644 index 000000000..2255a6ee7 --- /dev/null +++ b/vendor/phpunit/phpunit/tests/TextUI/custom-printer-verbose.phpt @@ -0,0 +1,32 @@ +--TEST-- +phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/IncompleteTest.php +--FILE-- + +--EXPECTF-- +PHPUnit %s by Sebastian Bergmann and contributors. + +Runtime: %s +Configuration: %sconfiguration.custom-printer.xml + +I + +Time: %s, Memory: %s + +There was 1 incomplete test: + +1) IncompleteTest::testIncomplete +Test incomplete + +%s + +OK, but incomplete, skipped, or risky tests! +Tests: 1, Assertions: 0, Incomplete: 1.