X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2F_files%2FCoveragePrivateTest.php;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2F_files%2FCoveragePrivateTest.php;h=f09560d3af5f77b4d1dd8dbb9e024c84a6c82672;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/phpunit/phpunit/tests/_files/CoveragePrivateTest.php b/vendor/phpunit/phpunit/tests/_files/CoveragePrivateTest.php new file mode 100644 index 000000000..f09560d3a --- /dev/null +++ b/vendor/phpunit/phpunit/tests/_files/CoveragePrivateTest.php @@ -0,0 +1,12 @@ + + */ + public function testSomething() + { + $o = new CoveredClass; + $o->publicMethod(); + } +}