Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CoverageNoneTest.php 190B

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