jaroslavtyc/drd-plus-codes

View on GitHub
tests/Codes/Theurgist/DemonBodyCodeTest.php

Summary

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

namespace DrdPlus\Tests\Codes\Theurgist;

class DemonBodyCodeTest extends AbstractTheurgistCodeTest
{
    protected function getValuesSameInCzechAndEnglish(): array
    {
        return ['amulet'];
    }

}