/vendor/phpunit/phpunit/tests/_files/CoverageNoneTest.php
https://bitbucket.org/alan_cordova/api-sb-map · PHP · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 1ef0636da95daaf6a8bda6991df078e4 MD5 · raw file
- <?php
- class CoverageNoneTest extends PHPUnit_Framework_TestCase
- {
- public function testSomething()
- {
- $o = new CoveredClass;
- $o->publicMethod();
- }
- }