first commit
This commit is contained in:
9
vendor/phpunit/php-code-coverage/tests/_files/CoverageNoneTest.php
vendored
Normal file
9
vendor/phpunit/php-code-coverage/tests/_files/CoverageNoneTest.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class CoverageNoneTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testSomething()
|
||||
{
|
||||
$o = new CoveredClass;
|
||||
$o->publicMethod();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user