/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

  1. <?php
  2. class CoverageNoneTest extends PHPUnit_Framework_TestCase
  3. {
  4. public function testSomething()
  5. {
  6. $o = new CoveredClass;
  7. $o->publicMethod();
  8. }
  9. }