10 lines
175 B
PHP
Raw Normal View History

2013-07-18 13:01:36 -05:00
<?php
class CoverageNoneTest extends PHPUnit_Framework_TestCase
{
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}