jaroslavtyc/drd-plus-professions

View on GitHub
tests/Professions/PriestTest.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types = 1);

namespace DrdPlus\Tests\Professions;

class PriestTest extends ProfessionTest
{
}