mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-01 22:47:36 +00:00
Initial commit
This commit is contained in:
11
vendor/phpunit/php-code-coverage/tests/_files/CoverageNoneTest.php
vendored
Normal file
11
vendor/phpunit/php-code-coverage/tests/_files/CoverageNoneTest.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class CoverageNoneTest extends TestCase
|
||||
{
|
||||
public function testSomething()
|
||||
{
|
||||
$o = new CoveredClass;
|
||||
$o->publicMethod();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user