X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2FTextUI%2Flog-tap.phpt;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2FTextUI%2Flog-tap.phpt;h=e9221ee4e7bb65c552a0daf7df57e19091aefd48;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/phpunit/phpunit/tests/TextUI/log-tap.phpt b/vendor/phpunit/phpunit/tests/TextUI/log-tap.phpt new file mode 100644 index 000000000..e9221ee4e --- /dev/null +++ b/vendor/phpunit/phpunit/tests/TextUI/log-tap.phpt @@ -0,0 +1,26 @@ +--TEST-- +phpunit --log-tap php://stdout BankAccountTest ../_files/BankAccountTest.php +--FILE-- + +--EXPECTF-- +PHPUnit %s by Sebastian Bergmann and contributors. + +TAP version 13 +.ok 1 - BankAccountTest::testBalanceIsInitiallyZero +.ok 2 - BankAccountTest::testBalanceCannotBecomeNegative +.ok 3 - BankAccountTest::testBalanceCannotBecomeNegative2 +1..3 + + +Time: %s, Memory: %s + +OK (3 tests, 3 assertions)