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