Coverage analysis improvements

This commit is contained in:
2024-02-06 13:06:05 +00:00
parent 1bbc4bb91c
commit 747f06f7c9
3 changed files with 7 additions and 0 deletions

View File

@ -6,8 +6,10 @@ namespace DNW\Skills\Tests\TrueSkill;
use DNW\Skills\TrueSkill\TwoPlayerTrueSkillCalculator;
use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\CoversNothing;
#[CoversClass(TwoPlayerTrueSkillCalculator::class)]
class TwoPlayerTrueSkillCalculatorTest extends TestCase
{
#[CoversNothing]