Files

10 lines
175 B
PHP
Raw Permalink Normal View History

2019-03-04 16:08:27 +08:00
<?php
class CoverageNoneTest extends PHPUnit_Framework_TestCase
{
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}